diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..61a9130
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml
index efc9bd2..a34928e 100644
--- a/.idea/dbnavigator.xml
+++ b/.idea/dbnavigator.xml
@@ -2,7 +2,7 @@
-
+
@@ -31,6 +31,9 @@
+
+
+
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index c03b55e..c37f9c1 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -41,5 +41,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index af0bbdd..3378229 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 72867f0..bcff911 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,11 +2,9 @@
-
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index e0e20f5..95619c6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,14 +10,14 @@ android {
exclude 'META-INF/NOTICE.txt'
}
-// signingConfigs {
-// defaultSignature {
-//// keyAlias 'key0'
-//// keyPassword 'haotian'
-//// storeFile file('/Users/wangchun/Documents/MyData/project/xianyangwuye/HouseProperty/haotian.jks')
-//// storePassword 'haotian'
-// }
-// }
+ signingConfigs {
+ defaultSignature {
+ keyAlias 'key0'
+ keyPassword 'haotian'
+ storeFile file('haotian.jks')
+ storePassword 'haotian'
+ }
+ }
lintOptions {
abortOnError false
}
@@ -54,9 +54,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// signingConfig signingConfigs.defaultSignature
}
-// debug {
-// signingConfig signingConfigs.defaultSignature
-// }
+ debug {
+ signingConfig signingConfigs.defaultSignature
+ }
}
repositories {
@@ -141,6 +141,7 @@ android {
implementation 'com.zhihu.android:matisse:0.5.2-beta2'
implementation 'com.tencent.bugly:crashreport:latest.release' //其中latest.release指代最新Bugly SDK版本号,也可以指定明确的版本号,例如2.2.0
+ implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
}
}
diff --git a/app/haotian.jks b/app/haotian.jks
new file mode 100644
index 0000000..e904dd0
Binary files /dev/null and b/app/haotian.jks differ
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 16889fb..4817bf6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -66,13 +66,17 @@
+
+
+
+
+
+
\ No newline at end of file