Skip to content

Commit

Permalink
feat: update compile and target sdk versions to v33 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 3, 2024
1 parent 2245b5d commit 1f35f37
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
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
applicationId "com.hewgill.android.nzsldict"
minSdkVersion 14
targetSdkVersion 31
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 45
versionName "45"
Expand Down

0 comments on commit 1f35f37

Please sign in to comment.