Skip to content

Commit

Permalink
Update sdk target from 33 to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
LezdCS committed Nov 11, 2023
1 parent 9068ef1 commit eb7ce07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 33
compileSdkVersion 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -41,7 +41,7 @@ android {
defaultConfig {
applicationId "dev.lezd.www.irllink"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
manifestPlaceholders = [
Expand Down

0 comments on commit eb7ce07

Please sign in to comment.