Skip to content

Commit

Permalink
api34
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 5, 2024
1 parent 32ece3f commit c9a3ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ plugins {
}

android {
compileSdkVersion 33

defaultConfig {
minSdkVersion 14
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
}
}

Expand Down
5 changes: 2 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33

defaultConfig {
applicationId "com.dd.morphingbutton.sample"
minSdkVersion 14
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit c9a3ed7

Please sign in to comment.