diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..824f3ae
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+cultural
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 7e7ee62..61a9130 100755
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 37f7bbf..41c289c 100755
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -34,7 +34,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 3240b45..35e2d51 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
android {
signingConfigs {
release {
- storeFile file('/Users/adam/Documents/work/tengshi.jks')
+ storeFile file('/Users/adam/Documents/work/keystore/tengshi.jks')
storePassword 'aaa111!!!'
keyAlias = 'tengshi'
keyPassword 'aaa111!!!'
}
debug {
- storeFile file('/Users/adam/Documents/work/tengshi.jks')
+ storeFile file('/Users/adam/Documents/work/keystore/tengshi.jks')
storePassword 'aaa111!!!'
keyAlias = 'tengshi'
keyPassword 'aaa111!!!'