1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00

Update dependencies

This commit is contained in:
世界 2021-03-05 17:01:48 +08:00
parent 211e521e85
commit a2fb6ad09a
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
3 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,7 @@ if (!gradle.startParameter.taskNames.isEmpty()) {
def okHttpVersion = '5.0.0-alpha.2'
def fcmVersion = '21.0.1'
def crashlyticsVersion = '17.3.1'
def playCoreVersion = '1.9.1'
def playCoreVersion = '1.10.0'
dependencies {
@ -91,7 +91,7 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.sharetarget:sharetarget:1.1.0'
compileOnly 'org.checkerframework:checker-qual:3.10.0'
compileOnly 'org.checkerframework:checker-qual:3.11.0'
compileOnly 'org.checkerframework:checker-compat-qual:2.5.5'
// don't change this :)
@ -101,7 +101,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.osmdroid:osmdroid-android:6.1.10'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.31'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3'
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
implementation 'dnsjava:dnsjava:3.3.1'

View File

@ -10,10 +10,10 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3'
classpath 'com.github.triplet.gradle:play-publisher:3.0.0'
classpath 'cn.hutool:hutool-core:5.5.8'
classpath 'cn.hutool:hutool-core:5.5.9'
}
}

View File

@ -1,6 +1,6 @@
#Tue Feb 23 10:30:17 CST 2021
#Fri Mar 05 16:56:44 CST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip