Commit d012ab30 authored by Mygod's avatar Mygod

Update dependencies

parent 30a53c08
...@@ -12,6 +12,7 @@ buildscript { ...@@ -12,6 +12,7 @@ buildscript {
androidxVersion = '1.0.0-beta01' androidxVersion = '1.0.0-beta01'
roomVersion = '1.1.1' roomVersion = '1.1.1'
workVersion = '1.0.0-alpha04' workVersion = '1.0.0-alpha04'
preferencexVersion = '1.0.0-alpha2'
junitVersion = '4.12' junitVersion = '4.12'
androidTestVersion = '1.1.0-alpha3' androidTestVersion = '1.1.0-alpha3'
androidEspressoVersion = '3.1.0-alpha3' androidEspressoVersion = '3.1.0-alpha3'
...@@ -26,7 +27,7 @@ buildscript { ...@@ -26,7 +27,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-beta03' classpath 'com.android.tools.build:gradle:3.2.0-beta04'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
classpath 'com.google.gms:google-services:4.0.2' classpath 'com.google.gms:google-services:4.0.2'
classpath 'io.fabric.tools:gradle:1.25.4' classpath 'io.fabric.tools:gradle:1.25.4'
......
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
...@@ -72,7 +72,7 @@ dependencies { ...@@ -72,7 +72,7 @@ dependencies {
implementation 'com.google.firebase:firebase-config:16.0.0' implementation 'com.google.firebase:firebase-config:16.0.0'
implementation 'com.google.firebase:firebase-core:16.0.0' implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.11.0' implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.0.0-alpha1' implementation "com.takisoft.preferencex:preferencex-simplemenu:$preferencexVersion"
implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2' implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2'
implementation 'eu.chainfire:libsuperuser:1.0.0.201704021214' implementation 'eu.chainfire:libsuperuser:1.0.0.201704021214'
implementation 'net.glxn.qrgen:android:2.0' implementation 'net.glxn.qrgen:android:2.0'
......
...@@ -27,7 +27,7 @@ dependencies { ...@@ -27,7 +27,7 @@ dependencies {
api "androidx.core:core-ktx:$androidxVersion" api "androidx.core:core-ktx:$androidxVersion"
api "androidx.preference:preference:$androidxVersion" api "androidx.preference:preference:$androidxVersion"
api "com.google.android.material:material:$androidxVersion" api "com.google.android.material:material:$androidxVersion"
api 'com.takisoft.preferencex:preferencex:1.0.0-alpha1' api "com.takisoft.preferencex:preferencex:$preferencexVersion"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
testImplementation "junit:junit:$junitVersion" testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test:runner:$androidTestVersion" androidTestImplementation "androidx.test:runner:$androidTestVersion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment