Skip to content

Commit

Permalink
downgrade appcompat to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avishay committed Jan 1, 2020
1 parent 43d97f0 commit ac7d24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easycompoundbuttongroup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

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

0 comments on commit ac7d24f

Please sign in to comment.