| 
									
										
										
										
											2022-05-23 13:39:59 +00:00
										 |  |  | // GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | apply plugin: 'com.android.application' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							|  |  |  |     implementation project(':unityLibrary') | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | android { | 
					
						
							|  |  |  |     compileSdkVersion **APIVERSION** | 
					
						
							|  |  |  |     buildToolsVersion '**BUILDTOOLS**' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     compileOptions { | 
					
						
							|  |  |  |         sourceCompatibility JavaVersion.VERSION_1_8 | 
					
						
							|  |  |  |         targetCompatibility JavaVersion.VERSION_1_8 | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     defaultConfig { | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         packagingOptions { | 
					
						
							|  |  |  |             exclude 'META-INF/DEPENDENCIES' | 
					
						
							|  |  |  |             exclude 'META-INF/NOTICE' | 
					
						
							|  |  |  |             exclude 'META-INF/LICENSE' | 
					
						
							|  |  |  |             exclude 'META-INF/LICENSE.txt' | 
					
						
							|  |  |  |             exclude 'META-INF/NOTICE.txt' | 
					
						
							|  |  |  |             exclude 'META-INF/com.android.tools/proguard/coroutines.pro' | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-23 13:39:59 +00:00
										 |  |  |         minSdkVersion **MINSDKVERSION** | 
					
						
							|  |  |  |         targetSdkVersion **TARGETSDKVERSION** | 
					
						
							|  |  |  |         applicationId '**APPLICATIONID**' | 
					
						
							|  |  |  |         ndk { | 
					
						
							|  |  |  |             abiFilters **ABIFILTERS** | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         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 **MINIFY_RELEASE** | 
					
						
							|  |  |  |             useProguard **PROGUARD_RELEASE** | 
					
						
							|  |  |  |             proguardFiles getDefaultProguardFile('proguard-android.txt')**SIGNCONFIG** | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |     }**PACKAGING_OPTIONS****PLAY_ASSET_PACKS****SPLITS** | 
					
						
							| 
									
										
										
										
											2022-05-23 13:39:59 +00:00
										 |  |  | **BUILT_APK_LOCATION** | 
					
						
							|  |  |  |     bundle { | 
					
						
							|  |  |  |         language { | 
					
						
							|  |  |  |             enableSplit = false | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         density { | 
					
						
							|  |  |  |             enableSplit = false | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |         abi { | 
					
						
							|  |  |  |             enableSplit = true | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | }**SPLITS_VERSION_CODE****LAUNCHER_SOURCE_BUILD_SETUP** |