Skip to content

Commit

Permalink
increase compile and target SDK version to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Oct 17, 2023
1 parent 2e43bc5 commit 611e799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'org.greenrobot.greendao'

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
applicationId "fr.gaulupeau.apps.InThePoche"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 229
versionName "2.4.3"

Expand Down

0 comments on commit 611e799

Please sign in to comment.