Skip to content

Commit

Permalink
Bumped up SDK to 35.
Browse files Browse the repository at this point in the history
Time for an SDK upgrade!  Fortunately, things aren't very complex here,
so things don't get all goofy with upgrades.
  • Loading branch information
CaptainSpam committed Aug 23, 2024
1 parent 36c7608 commit 01a53f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdk 35
android.defaultConfig.vectorDrawables.useSupportLibrary = true

defaultConfig {
applicationId "net.exclaimindustries.dbwidget"
minSdkVersion 21
targetSdkVersion 33
versionCode 14
versionName '1.3.9'
targetSdkVersion 35
versionCode 15
versionName '1.3.10'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 01a53f8

Please sign in to comment.