mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
更新了构建套件版本
This commit is contained in:
parent
0fc3753c22
commit
687a27d8a1
@ -4,7 +4,7 @@ android {
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
applicationId "com.zcshou.gogogo"
|
||||
minSdkVersion 26
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
versionCode 110
|
||||
versionName "1.1.0"
|
||||
@ -54,5 +54,5 @@ dependencies {
|
||||
})
|
||||
implementation files('libs/BaiduLBS_Android.jar')
|
||||
implementation files('libs/log4j-1.2.17.jar')
|
||||
implementation 'com.google.android.gms:play-services-ads:19.5.0'
|
||||
implementation 'com.google.android.gms:play-services-ads:19.6.0'
|
||||
}
|
||||
|
||||
Binary file not shown.
@ -13,7 +13,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.0'
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
||||
Loading…
Reference in New Issue
Block a user