Skip to content

Commit

Permalink
android: MinSDK Version: 24
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Oct 27, 2024
1 parent 7883996 commit 6b1d7e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui/flutter_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {

defaultConfig {
applicationId "com.calcitem.sanmill"
minSdkVersion flutter.minSdkVersion
minSdkVersion 24
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/android/app/build.gradle_fdroid
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {

defaultConfig {
applicationId "com.calcitem.sanmill"
minSdkVersion 19
minSdkVersion 24
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/android/app/build.gradle_github
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {

defaultConfig {
applicationId "com.calcitem.sanmill"
minSdkVersion 19
minSdkVersion 24
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 6b1d7e1

Please sign in to comment.