Skip to content

Commit

Permalink
Upgrade target version of SDK to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhjotlalli committed Dec 11, 2022
1 parent a57384f commit f1e93b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 25,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 32
compileSdkVersion 33
buildToolsVersion '30.0.3'

defaultConfig {
minSdkVersion 24
targetSdkVersion 32
targetSdkVersion 33
versionCode 65
versionName "3.9.0"
}
Expand Down

0 comments on commit f1e93b0

Please sign in to comment.