We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a0759 commit c9a28eaCopy full SHA for c9a28ea
im_demo/android/app/build.gradle
@@ -96,7 +96,7 @@ android {
96
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
97
}
98
debug {
99
- signingConfig signingConfigs.release
+ // TODO: Add your own signing config for the debug build.
100
101
102
im_demo/android/release.properties
@@ -2,7 +2,7 @@
2
# Use of this source code is governed by a MIT license that can be
3
# found in the LICENSE file.
4
5
-storePassword=netease.yunxin
6
-keyPassword=yunxin.app
7
-keyAlias=yunxin-app
8
-storeFile=../yunxin-app.jks
+storePassword=xxxx
+keyPassword=xxx
+keyAlias=xxx
+storeFile=xxx
0 commit comments