Skip to content

Commit

Permalink
Merge pull request #104 from dmytrodanylyk/api34
Browse files Browse the repository at this point in the history
api34
  • Loading branch information
hannesa2 committed May 5, 2024
2 parents 32ece3f + c9a3ed7 commit 6c6b619
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 6c6b619

Please sign in to comment.