|
|
|
@ -61,7 +61,7 @@ android {
|
|
|
|
|
defaultConfig {
|
|
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
|
|
|
|
applicationId "com.akuhome.recook"
|
|
|
|
|
minSdkVersion 24
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 28
|
|
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
|
|
versionName flutterVersionName
|
|
|
|
@ -97,14 +97,14 @@ android {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
signingConfigs {
|
|
|
|
|
signingConfigs {
|
|
|
|
|
debug {
|
|
|
|
|
keyAlias 'alias'
|
|
|
|
|
keyPassword 'recook'
|
|
|
|
|
// storeFile file('/Users/nansi/Desktop/Flutter/Project/recook/jks/recook.keystore')
|
|
|
|
|
storeFile file('../../jks/recook.keystore');
|
|
|
|
|
storePassword 'recook'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
configurations.all {
|
|
|
|
|