Skip to content

Commit

Permalink
Merge pull request #92 from st235/bump/compile_sdk
Browse files Browse the repository at this point in the history
Bump of Android Compile SDK to 33
  • Loading branch information
st235 authored Oct 2, 2022
2 parents 7c23d9c + 46f06b7 commit 5fe0e27
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 5fe0e27

Please sign in to comment.