update version of appcompat

pull/166/head
xufuji456 4 years ago
parent d506d87487
commit b95724d4ed
  1. 2
      app/build.gradle
  2. 2
      gradle.properties

@ -56,7 +56,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:$rootProject.appcompatVersion"
implementation "androidx.recyclerview:recyclerview:$rootProject.recyclerviewVersion"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "androidx.appcompat:appcompat:$rootProject.appcompatVersion"
testImplementation 'junit:junit:4.12'
implementation project(':Live')
implementation "androidx.core:core-ktx:$rootProject.core_ktx"

@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx512m
android.enableJetifier=true
android.useAndroidX=true
appcompatVersion=1.1.0
appcompatVersion=1.2.0
recyclerviewVersion=1.1.0-rc01
preferenceVersion=1.1.0
annotationVersion=1.1.0

Loading…
Cancel
Save