Skip to content

Commit

Permalink
Increase minSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Nov 12, 2024
1 parent 463d974 commit f9cf156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {

defaultConfig {
applicationId "org.mlcommons.android.mlperfbench"
minSdkVersion 21
minSdkVersion 30
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit f9cf156

Please sign in to comment.