1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Update dependencies

This commit is contained in:
世界 2021-03-12 17:38:33 +08:00
parent f31999e653
commit f6ba45836a
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -3,8 +3,8 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
def verName = "7.5.0-rc05"
def verCode = 200 + 3 * 4
def verName = "7.5.0-rc06"
def verCode = 200 + 3 * 5
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1)")
@ -75,13 +75,13 @@ if (!gradle.startParameter.taskNames.isEmpty()) {
def okHttpVersion = '5.0.0-alpha.2'
def fcmVersion = '21.0.1'
def crashlyticsVersion = '17.3.1'
def crashlyticsVersion = '17.4.0'
def playCoreVersion = '1.10.0'
dependencies {
implementation "androidx.browser:browser:1.3.0"
implementation 'androidx.core:core-ktx:1.5.0-beta02'
implementation 'androidx.core:core-ktx:1.5.0-beta03'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.3.2'