Skip to content

Commit

Permalink
Merge pull request #165 from dmytrodanylyk/api34
Browse files Browse the repository at this point in the history
Api34
  • Loading branch information
hannesa2 authored Oct 6, 2023
2 parents 0d966a0 + 1e35667 commit 240dab6
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 @@ -5,11 +5,10 @@ plugins {
}

android {
compileSdkVersion 33

defaultConfig {
minSdkVersion 14
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
}
buildTypes {
release {
Expand Down
5 changes: 2 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31

defaultConfig {
minSdkVersion 14
targetSdkVersion 31
compileSdk 34
targetSdkVersion 34
applicationId "com.dd.sample.progressbutton"
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 240dab6

Please sign in to comment.