File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments