Skip to content

Commit

Permalink
bump version and replace deprecated compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Nov 24, 2023
1 parent ff0fb1b commit 6060082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 34
defaultConfig {
applicationId "de.georgsieber.customerdb"
minSdkVersion 15
targetSdkVersion 34
versionCode 93
versionName "3.11.0"
minSdk 15
targetSdk 34
compileSdk 34
versionCode 94
versionName "3.11.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 6060082

Please sign in to comment.