updated for google play store / app store
This commit is contained in:
@@ -31,10 +31,10 @@ android {
|
||||
applicationId = "net.ything.radio.android"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = 2
|
||||
versionName = "1.0.2"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user