Update dependencies
This commit is contained in:
parent
f31999e653
commit
f6ba45836a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user