Skip to content

Commit

Permalink
bump: android compile sdk bumped to 33.
Browse files Browse the repository at this point in the history
  • Loading branch information
st235 committed Oct 2, 2022
1 parent f16edc2 commit 46f06b7
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
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
applicationId "github.com.st235.expandablebottonbar"
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
}

Expand Down
4 changes: 2 additions & 2 deletions lib-expandablebottombar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apply plugin: 'kotlin-parcelize'
apply from: './maven.gradle'

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 19
targetSdkVersion 32
targetSdkVersion 33
versionCode project.property('VERSION_CODE') as int
versionName project.property('VERSION_NAME')

Expand Down

0 comments on commit 46f06b7

Please sign in to comment.