Skip to content

Commit

Permalink
change target sdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaygo authored and hagaygo committed Jul 25, 2024
1 parent 4871ded commit 26944fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
defaultConfig {
applicationId "com.hg.openwrtmanager"
minSdkVersion flutter.minSdkVersion
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 26944fe

Please sign in to comment.