Skip to content

Commit ac7d24f

Browse files
author
avishay
committed
downgrade appcompat to 1.0.2
1 parent 43d97f0 commit ac7d24f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easycompoundbuttongroup/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 14
1111
targetSdkVersion 29
12-
versionCode 1
13-
versionName "1.0"
12+
versionCode 2
13+
versionName "1.0.1"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles 'consumer-rules.pro'
@@ -28,7 +28,7 @@ android {
2828
dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
31-
implementation 'androidx.appcompat:appcompat:1.1.0'
31+
implementation 'androidx.appcompat:appcompat:1.0.2'
3232
implementation 'androidx.core:core-ktx:1.1.0'
3333
testImplementation 'junit:junit:4.12'
3434
androidTestImplementation 'androidx.test.ext:junit:1.1.0'

0 commit comments

Comments
 (0)