Skip to content

Commit

Permalink
chore: Upgrade to Android SDK 33
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Nov 9, 2023
1 parent 20904cb commit 9f6efad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 32
compileSdk 33

defaultConfig {
applicationId "ai.elimu.analytics"
minSdkVersion 24
targetSdkVersion 32
targetSdkVersion 33
versionCode 3001019
versionName "3.1.19-SNAPSHOT"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
Expand Down
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

android {
compileSdkVersion 32
compileSdk 33

defaultConfig {
minSdkVersion 24
targetSdkVersion 32
targetSdkVersion 33
versionName "3.1.19-SNAPSHOT"
setProperty("archivesBaseName", "utils-${versionName}")
}
Expand Down

0 comments on commit 9f6efad

Please sign in to comment.