Update dependencies
This commit is contained in:
parent
0669407f1f
commit
c20e334ab9
@ -368,11 +368,11 @@ android {
|
||||
def flavor = variant.mergedFlavor
|
||||
if (variant.buildType.name == "fdroidArmRelease") {
|
||||
variant.outputs.each { output ->
|
||||
output.versionNameOverride = flavor.versionName + "-armeabi-v7a"
|
||||
output.versionNameOverride = flavor.versionName + "-arm"
|
||||
}
|
||||
} else if (variant.buildType.name == "fdroidArm64Release") {
|
||||
variant.outputs.each { output ->
|
||||
output.versionNameOverride = flavor.versionName + "-arm64-v8a"
|
||||
output.versionNameOverride = flavor.versionName + "-arm64"
|
||||
}
|
||||
}
|
||||
variant.outputs.all { output ->
|
||||
@ -390,7 +390,7 @@ def playCoreVersion = "1.10.0"
|
||||
dependencies {
|
||||
|
||||
implementation "androidx.browser:browser:1.3.0"
|
||||
implementation "androidx.core:core-ktx:1.6.0-alpha03"
|
||||
implementation "androidx.core:core-ktx:1.6.0-beta01"
|
||||
implementation "androidx.palette:palette-ktx:1.0.0"
|
||||
implementation "androidx.viewpager:viewpager:1.0.0"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.2"
|
||||
@ -406,9 +406,9 @@ dependencies {
|
||||
//noinspection GradleDependency
|
||||
implementation "com.googlecode.mp4parser:isoparser:1.0.6"
|
||||
|
||||
implementation "com.google.code.gson:gson:2.8.6"
|
||||
implementation "com.google.code.gson:gson:2.8.7"
|
||||
implementation "org.osmdroid:osmdroid-android:6.1.10"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.0"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0"
|
||||
|
||||
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
|
||||
|
@ -7,7 +7,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.2.1'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
|
||||
classpath 'com.google.gms:google-services:4.3.8'
|
||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.6.1'
|
||||
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3'
|
||||
|
Loading…
Reference in New Issue
Block a user