Skip to content

Commit 240dab6

Browse files
authored
Merge pull request #165 from dmytrodanylyk/api34
Api34
2 parents 0d966a0 + 1e35667 commit 240dab6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

library/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ plugins {
55
}
66

77
android {
8-
compileSdkVersion 33
9-
108
defaultConfig {
119
minSdkVersion 14
12-
targetSdkVersion 33
10+
compileSdk 34
11+
targetSdkVersion 34
1312
}
1413
buildTypes {
1514
release {

sample/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 31
5-
64
defaultConfig {
75
minSdkVersion 14
8-
targetSdkVersion 31
6+
compileSdk 34
7+
targetSdkVersion 34
98
applicationId "com.dd.sample.progressbutton"
109
versionCode 1
1110
versionName "1.0"

0 commit comments

Comments
 (0)