Skip to content

Commit

Permalink
Upgrade targetSdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Faltenreich committed Jan 27, 2024
1 parent bf94b5c commit b9f5206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'com.mikepenz.aboutlibraries.plugin'

android {
compileSdk 33
compileSdk 34
namespace 'com.faltenreich.diaguard'

defaultConfig {
minSdk 21
targetSdk 33
versionCode 60
targetSdk 34
versionCode 61
versionName "3.12.2"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit b9f5206

Please sign in to comment.