updated for google play store / app store

This commit is contained in:
2024-09-23 22:28:02 -04:00
parent fb03d06b0a
commit 955b691ed6
3 changed files with 7 additions and 8 deletions

View File

@@ -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"
}