update gradle to 6.4

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2020-05-08 02:35:41 +02:00
parent 9070f90111
commit a279af268a
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Changelog
#### v0.8.0
* Internal: Update Gradle
* Internal: Min API Level set to 22 (Lollipop 5.1)
#### v0.7.1.1
* Bug fix: Fix migration of old tap-to-reveal setting

View file

@ -54,8 +54,8 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-process:${lifecycle_version}"
implementation "androidx.lifecycle:lifecycle-common-java8:${lifecycle_version}"
implementation 'com.google.android.material:material:1.1.0'
implementation "commons-codec:commons-codec:1.14"

View file

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip