// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN apply plugin: 'com.android.application' apply plugin: 'com.huawei.agconnect' apply plugin: 'com.huawei.agconnect.apms' dependencies { implementation project(':unityLibrary') implementation 'com.huawei.agconnect:agconnect-apms:1.5.2.300' implementation 'com.huawei.agconnect:agconnect-apms-game:1.5.2.300' implementation "com.huawei.agconnect:agconnect-storage:1.3.1.100" implementation "com.huawei.agconnect:agconnect-appmessaging:1.4.1.300" implementation 'com.huawei.agconnect:agconnect-applinking:1.4.1.300' implementation 'com.huawei.agconnect:agconnect-remoteconfig:1.4.1.300' implementation 'com.huawei.hms:ads-lite:13.4.29.303' implementation 'com.huawei.hms:ads-consent:3.4.30.301' implementation 'com.huawei.hms:push:4.0.3.301' implementation 'com.huawei.hms:location:5.0.0.302' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.huawei.hms:hianalytics:5.1.0.300' implementation 'com.huawei.agconnect:agconnect-crash:1.4.1.300' implementation 'com.huawei.agconnect:agconnect-core:1.4.1.300' implementation 'com.huawei.agconnect:agconnect-function:1.4.2.300' implementation 'com.huawei.hms:base:5.0.5.300' implementation 'com.huawei.hms:game:5.0.4.302' implementation 'com.huawei.hms:hwid:5.0.5.301' } android { compileSdkVersion **APIVERSION** buildToolsVersion '**BUILDTOOLS**' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } packagingOptions { exclude 'META-INF/INDEX.LIST' exclude 'META-INF/io.netty.versions.properties' } defaultConfig { minSdkVersion **MINSDKVERSION** targetSdkVersion **TARGETSDKVERSION** applicationId '**APPLICATIONID**' ndk { abiFilters **ABIFILTERS** } multiDexEnabled true versionCode **VERSIONCODE** versionName '**VERSIONNAME**' } aaptOptions { noCompress = ['.unity3d', '.ress', '.resource', '.obb'**STREAMING_ASSETS**] ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~" }**SIGN** lintOptions { abortOnError false } buildTypes { debug { minifyEnabled **MINIFY_DEBUG** useProguard **PROGUARD_DEBUG** proguardFiles getDefaultProguardFile('proguard-android.txt')**SIGNCONFIG** jniDebuggable true } release { minifyEnabled true useProguard true proguardFiles getDefaultProguardFile('proguard-android.txt'),'proguard-unity.txt','proguard-user.txt' signingConfig signingConfigs.release } }**PACKAGING_OPTIONS****SPLITS** **BUILT_APK_LOCATION** bundle { language { enableSplit = false } density { enableSplit = false } abi { enableSplit = true } } }**SPLITS_VERSION_CODE****LAUNCHER_SOURCE_BUILD_SETUP**