// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN apply plugin: 'com.android.library' apply plugin: 'com.huawei.agconnect' **APPLY_PLUGINS** dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "com.huawei.agconnect:agconnect-appmessaging:1.4.1.300" implementation 'com.huawei.hms:hianalytics:5.1.0.300' //Google implementation 'com.google.android.gms:play-services-auth:18.1.0' //Google Play Game implementation 'com.google.android.gms:play-services-games:17.0.0' //Twitter implementation 'com.twitter.sdk.android:twitter-core:3.3.0' //Wechat api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' //facebook implementation 'com.facebook.android:facebook-android-sdk:4.20.0' //cloud storage implementation "com.huawei.agconnect:agconnect-storage:1.3.1.100" //apm implementation 'com.huawei.agconnect:agconnect-apms:1.5.2.300' implementation 'com.huawei.agconnect:agconnect-apms-game:1.5.2.300' //hms implementation 'com.huawei.hms:base:6.2.0.300' implementation 'com.huawei.hms:hwid:6.1.0.303' implementation 'com.huawei.hms:game:6.1.0.301' implementation 'com.huawei.agconnect:agconnect-crash:1.4.1.300' //auth implementation 'com.huawei.agconnect:agconnect-core:1.4.1.300' implementation 'com.huawei.agconnect:agconnect-auth:1.4.1.300' //cloudfunction implementation "com.huawei.agconnect:agconnect-function:1.4.2.300" implementation 'com.fasterxml.jackson.core:jackson-databind:2.8.5' implementation 'com.fasterxml.jackson.core:jackson-core:2.8.5' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.8.5' // clouddb implementation 'com.huawei.agconnect:agconnect-database:1.2.3.301' **DEPS**} android { compileSdkVersion **APIVERSION** buildToolsVersion '**BUILDTOOLS**' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } defaultConfig { minSdkVersion **MINSDKVERSION** targetSdkVersion **TARGETSDKVERSION** ndk { abiFilters **ABIFILTERS** } versionCode **VERSIONCODE** versionName '**VERSIONNAME**' consumerProguardFiles 'proguard-unity.txt'**USER_PROGUARD** } lintOptions { abortOnError false } aaptOptions { noCompress = ['.ress', '.resource', '.obb'] + unityStreamingAssets.tokenize(', ') ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~" }**PACKAGING_OPTIONS** }**REPOSITORIES** **IL_CPP_BUILD_SETUP** **SOURCE_BUILD_SETUP** **EXTERNAL_SOURCES**