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

demo jks

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