We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d966a0 + 1e35667 commit 240dab6Copy full SHA for 240dab6
library/build.gradle
@@ -5,11 +5,10 @@ plugins {
5
}
6
7
android {
8
- compileSdkVersion 33
9
-
10
defaultConfig {
11
minSdkVersion 14
12
- targetSdkVersion 33
+ compileSdk 34
+ targetSdkVersion 34
13
14
buildTypes {
15
release {
sample/build.gradle
@@ -1,11 +1,10 @@
1
apply plugin: 'com.android.application'
2
3
4
- compileSdkVersion 31
- targetSdkVersion 31
applicationId "com.dd.sample.progressbutton"
versionCode 1
versionName "1.0"
0 commit comments