提交 53155a88 authored 作者: JarvanMo's avatar JarvanMo

demo jks

上级 57f00f25
...@@ -27,8 +27,7 @@ android { ...@@ -27,8 +27,7 @@ android {
} }
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "net.sourceforge.simcpux"
applicationId "com.jarvan.fluwxexample"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 1 versionCode 1
...@@ -43,6 +42,12 @@ android { ...@@ -43,6 +42,12 @@ android {
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }
} }
signingConfigs {
debug {
storeFile file("../debug.keystore")
}
}
} }
flutter { flutter {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论