Skip to content

Commit c9a28ea

Browse files
删除不必要代码
1 parent 06a0759 commit c9a28ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

im_demo/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ android {
9696
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
9797
}
9898
debug {
99-
signingConfig signingConfigs.release
99+
// TODO: Add your own signing config for the debug build.
100100
}
101101
}
102102

im_demo/android/release.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a MIT license that can be
33
# found in the LICENSE file.
44

5-
storePassword=netease.yunxin
6-
keyPassword=yunxin.app
7-
keyAlias=yunxin-app
8-
storeFile=../yunxin-app.jks
5+
storePassword=xxxx
6+
keyPassword=xxx
7+
keyAlias=xxx
8+
storeFile=xxx

0 commit comments

Comments
 (0)