Skip to content

Commit 4957456

Browse files
committed
release 1.0
1 parent cc3651a commit 4957456

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

android/app/build.gradle

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,29 @@ android {
3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3737
}
3838

39-
buildTypes {
39+
40+
signingConfigs {
41+
debug {
42+
storeFile file("../gsygithubapp-debug.jks")
43+
storePassword "123456"
44+
keyAlias "debug"
45+
keyPassword "123456"
46+
}
4047
release {
41-
// TODO: Add your own signing config for the release build.
42-
// Signing with the debug keys for now, so `flutter run --release` works.
48+
storeFile file("../gsygithubapp-debug.jks")
49+
storePassword "123456"
50+
keyAlias "debug"
51+
keyPassword "123456"
52+
}
53+
}
54+
55+
buildTypes {
56+
debug {
4357
signingConfig signingConfigs.debug
4458
}
59+
release {
60+
signingConfig signingConfigs.release
61+
}
4562
}
4663
}
4764

android/gsygithubapp-debug.jks

2.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)