aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 10b84fe..84cae29 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -31,22 +31,22 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
- implementation 'com.google.firebase:firebase-core:16.0.5'
+ implementation 'com.google.firebase:firebase-core:16.0.8'
testImplementation 'junit:junit:4.12'
- androidTestImplementation 'androidx.test:runner:1.1.0'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
- implementation 'eu.chainfire:librootjava:1.0.0'
+ androidTestImplementation 'androidx.test:runner:1.1.1'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
+ implementation 'eu.chainfire:librootjava:1.3.0'
implementation 'eu.chainfire:libsuperuser:1.0.0.+'
- implementation 'eu.chainfire:librootjavadaemon:1.0.0'
+ implementation 'eu.chainfire:librootjavadaemon:1.3.0'
implementation 'moe.shizuku.preference:preference:3.0.0'
implementation 'moe.shizuku.preference:preference-dialog-android:3.0.0'
implementation 'moe.shizuku.preference:preference-simplemenu:3.0.0'
- def nav_version = "1.0.0-alpha07"
+ def nav_version = "1.0.0"
implementation "android.arch.navigation:navigation-fragment:$nav_version"
implementation "android.arch.navigation:navigation-ui:$nav_version"
- implementation 'com.crashlytics.sdk.android:crashlytics:2.9.6'
- implementation "android.arch.work:work-runtime:1.0.0-alpha11"
- implementation 'com.google.android.gms:play-services-oss-licenses:16.0.1'
- implementation 'com.google.firebase:firebase-perf:16.2.0'
- compileOnly project(':hiddenapi')
+ implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
+ implementation "android.arch.work:work-runtime:1.0.0"
+ implementation 'com.google.android.gms:play-services-oss-licenses:16.0.2'
+ implementation 'com.google.firebase:firebase-perf:16.2.4'
+ // compileOnly project(':hiddenapi')
}