1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-28 09:34:05 +00:00

Update dependencies

This commit is contained in:
世界 2021-05-26 17:36:44 +08:00
parent 0669407f1f
commit c20e334ab9
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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'