We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d97f0 commit ac7d24fCopy full SHA for ac7d24f
easycompoundbuttongroup/build.gradle
@@ -9,8 +9,8 @@ android {
9
defaultConfig {
10
minSdkVersion 14
11
targetSdkVersion 29
12
- versionCode 1
13
- versionName "1.0"
+ versionCode 2
+ versionName "1.0.1"
14
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
consumerProguardFiles 'consumer-rules.pro'
@@ -28,7 +28,7 @@ android {
28
dependencies {
29
implementation fileTree(dir: 'libs', include: ['*.jar'])
30
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
31
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.0.2'
32
implementation 'androidx.core:core-ktx:1.1.0'
33
testImplementation 'junit:junit:4.12'
34
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
0 commit comments