Commit 6cd4fde3 authored by Mygod's avatar Mygod

Update dependencies

parent 19920fcb
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.github.ben-manes.versions") version "0.38.0"
id("com.github.ben-manes.versions") version "0.39.0"
}
buildscript {
......@@ -18,7 +18,7 @@ buildscript {
classpath(rootProject.extra["androidPlugin"].toString())
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.6.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.0")
classpath("com.google.gms:google-services:4.3.8")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.14.2")
classpath("gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3")
......
......@@ -69,10 +69,10 @@ dependencies {
val workVersion = "2.5.0"
api(project(":plugin"))
api("androidx.core:core-ktx:1.6.0-beta01")
api("androidx.core:core-ktx:1.6.0-rc01")
// https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
api("androidx.drawerlayout:drawerlayout:1.1.1")
api("androidx.fragment:fragment-ktx:1.3.4")
api("androidx.fragment:fragment-ktx:1.3.5")
api("com.google.android.material:material:1.3.0")
api("androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion")
......@@ -82,11 +82,11 @@ dependencies {
api("androidx.work:work-multiprocess:$workVersion")
api("androidx.work:work-runtime-ktx:$workVersion")
api("com.google.android.gms:play-services-oss-licenses:17.0.0")
api("com.google.code.gson:gson:2.8.6")
api("com.google.code.gson:gson:2.8.7")
api("com.google.firebase:firebase-analytics-ktx:19.0.0")
api("com.google.firebase:firebase-crashlytics:18.0.0")
api("com.google.firebase:firebase-crashlytics:18.0.1")
api("com.jakewharton.timber:timber:4.7.1")
api("dnsjava:dnsjava:3.3.1")
api("dnsjava:dnsjava:3.4.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
api("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion")
kapt("androidx.room:room-compiler:$roomVersion")
......
......@@ -17,12 +17,12 @@ dependencies {
implementation("androidx.browser:browser:1.3.0")
implementation("androidx.camera:camera-camera2:$cameraxVersion")
implementation("androidx.camera:camera-lifecycle:$cameraxVersion")
implementation("androidx.camera:camera-view:1.0.0-alpha24")
implementation("androidx.camera:camera-view:1.0.0-alpha25")
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
implementation("com.google.mlkit:barcode-scanning:16.1.1")
implementation("com.google.mlkit:barcode-scanning:16.1.2")
implementation("com.google.zxing:core:3.4.1")
implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0")
implementation("com.twofortyfouram:android-plugin-api-for-locale:1.0.4")
implementation("me.zhanghai.android.fastscroll:library:1.1.5")
implementation("me.zhanghai.android.fastscroll:library:1.1.6")
}
rootProject.extra.apply {
set("androidPlugin", "com.android.tools.build:gradle:4.2.1")
set("kotlinVersion", "1.5.0")
set("kotlinVersion", "1.5.10")
}
repositories {
......
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