Skip to content

Commit

Permalink
Increase targetSdkVersion to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Jun 13, 2024
1 parent 6fec62d commit b253c65
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 @@ -43,7 +43,7 @@ android {
defaultConfig {
applicationId "org.mlcommons.android.mlperfbench"
minSdkVersion 30
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit b253c65

Please sign in to comment.