From 0e7dd8919ae2811063057f18a4db4156c771448a Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Fri, 07 Dec 2018 16:54:04 +0800 Subject: [PATCH] [*]添加了微信登陆 --- app/build.gradle | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9a92f5d..7481beb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,7 +20,9 @@ key { keyAlias 'moral' keyPassword 'moral123456' - storeFile file('../pregnancy_guard_android/key.jks') + storeFile file('/Users/chenqi/AndroidStudioProjects/pregnancy_guard_android/key.jks') + //md5 6B:AD:23:76:61:03:1D:9A:B8:E2:05:90:3E:4D:9F:00 + //md5 6B:AD:23:76:61:03:1D:9A:B8:E2:05:90:3E:4D:9F:00 storePassword 'moral123456' } } @@ -51,10 +53,12 @@ zipAlignEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' manifestPlaceholders = [app_name: "@string/app_name"]//������������ + signingConfig signingConfigs.key } debug { minifyEnabled false manifestPlaceholders = [app_name: "@string/app_name_text"] + signingConfig signingConfigs.key } } } @@ -82,7 +86,6 @@ implementation 'org.greenrobot:eventbus:3.0.0' implementation 'com.github.lecho:hellocharts-library:1.5.8@aar' implementation 'com.contrarywind:Android-PickerView:3.1.2' - //bugly implementation 'com.android.support:multidex:1.0.1' // ���dex������ @@ -93,7 +96,9 @@ implementation 'com.tencent.tinker:tinker-android-lib:1.9.9' implementation 'com.tencent.bugly:nativecrashreport:latest.release' compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+' + implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' + // implementation 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+' + implementation 'com.google.code.gson:gson:2.8.5' } repositories { mavenCentral() -- Gitblit v1.8.0