// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
|
|
apply plugin: 'com.android.application'
|
|
dependencies {
|
implementation project(':unityLibrary')
|
}
|
|
android {
|
compileSdkVersion 27
|
|
compileOptions {
|
sourceCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
}
|
|
defaultConfig {
|
minSdkVersion 19
|
targetSdkVersion 27
|
applicationId 'com.ceshi.xjldld.toutiao0001'
|
// applicationId 'com.unity3d.player'
|
ndk {
|
abiFilters 'armeabi-v7a'
|
}
|
versionCode 2
|
versionName '1.0.2'
|
multiDexEnabled true
|
manifestPlaceholders.put("APPLOG_SCHEME","rangersapplog.byAx6uYt".toLowerCase())
|
}
|
useLibrary 'org.apache.http.legacy'
|
aaptOptions {
|
noCompress = ['.unity3d', '.ress', '.resource', '.obb']
|
ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~"
|
}
|
|
lintOptions {
|
abortOnError false
|
}
|
|
buildTypes {
|
debug {
|
minifyEnabled false
|
proguardFiles getDefaultProguardFile('proguard-android.txt')
|
signingConfig signingConfigs.debug
|
jniDebuggable true
|
}
|
release {
|
minifyEnabled false
|
proguardFiles getDefaultProguardFile('proguard-android.txt')
|
signingConfig signingConfigs.debug
|
}
|
}
|
|
packagingOptions {
|
doNotStrip '*/armeabi-v7a/*.so'
|
}
|
|
bundle {
|
language {
|
enableSplit = false
|
}
|
density {
|
enableSplit = false
|
}
|
abi {
|
enableSplit = true
|
}
|
}
|
}
|