打包成功
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import org.apache.tools.ant.taskdefs.condition.Os
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
RES_PATH = RES_PATH.replace("\\", "/")
|
||||
COCOS_ENGINE_PATH = COCOS_ENGINE_PATH.replace("\\", "/")
|
||||
@@ -35,7 +36,7 @@ android {
|
||||
|
||||
sourceSets.main {
|
||||
java.srcDirs "../src", "src"
|
||||
res.srcDirs "../res", 'res', "${RES_PATH}/proj/res"
|
||||
res.srcDirs "../res", 'res'
|
||||
jniLibs.srcDirs "../libs", 'libs'
|
||||
manifest.srcFile "AndroidManifest.xml"
|
||||
assets.srcDir "${RES_PATH}/data"
|
||||
@@ -116,4 +117,38 @@ dependencies {
|
||||
implementation 'com.google.android.libraries.play.games:inputmapping:1.1.0-beta'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.10"
|
||||
}
|
||||
|
||||
// Google
|
||||
implementation 'com.google.android.gms:play-services-location:21.2.0'
|
||||
implementation 'com.google.android.gms:play-services-auth:21.0.0'
|
||||
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
|
||||
implementation 'com.android.billingclient:billing:7.0.0'
|
||||
implementation 'com.google.android.gms:play-services-games:23.1.0'
|
||||
|
||||
// Firebase
|
||||
implementation platform('com.google.firebase:firebase-bom:32.3.1')
|
||||
implementation 'com.google.firebase:firebase-messaging'
|
||||
implementation 'com.google.firebase:firebase-analytics'
|
||||
|
||||
// Adjust
|
||||
implementation 'com.adjust.sdk:adjust-android:4.38.3'
|
||||
implementation 'com.android.installreferrer:installreferrer:2.2'
|
||||
|
||||
// Bugly
|
||||
implementation 'com.tencent.bugly:crashreport:4.0.0'
|
||||
implementation 'com.tencent.bugly:nativecrashreport:3.9.2'
|
||||
|
||||
// Zego
|
||||
implementation 'im.zego:express-audio:3.18.0'
|
||||
|
||||
// Glide
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
|
||||
// PictureSelector
|
||||
implementation 'io.github.lucksiege:pictureselector:v3.11.1'
|
||||
implementation 'io.github.lucksiege:compress:v3.11.1'
|
||||
implementation 'io.github.lucksiege:ucrop:v3.11.1'
|
||||
implementation 'io.github.lucksiege:camerax:v3.11.1'
|
||||
|
||||
implementation 'org.jetbrains:annotations:15.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user