mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
34aea437e4
commit
100f0ab454
|
@ -1,4 +1,4 @@
|
||||||
//import com.android.build.OutputFile
|
import com.android.build.OutputFile
|
||||||
|
|
||||||
apply from: 'variables.gradle'
|
apply from: 'variables.gradle'
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
@ -54,14 +54,18 @@ android {
|
||||||
|
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
enable project.ext.splitEnabled
|
|
||||||
|
|
||||||
reset()
|
reset()
|
||||||
|
enable project.ext.splitEnabled
|
||||||
include project.ext.abi_x86, project.ext.abi_x86_x64, project.ext.abi_arm64, project.ext.abi_armeabi
|
include project.ext.abi_x86, project.ext.abi_x86_x64, project.ext.abi_arm64, project.ext.abi_armeabi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bundle {
|
||||||
|
abi {
|
||||||
|
enableSplit = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
res.srcDirs = project.ext.resource_directories
|
res.srcDirs = project.ext.resource_directories
|
||||||
|
@ -152,7 +156,7 @@ android.applicationVariants.all { variant ->
|
||||||
if (buildType == project.ext.buildType) {
|
if (buildType == project.ext.buildType) {
|
||||||
def baseVersionCode = project.ext.vcode
|
def baseVersionCode = project.ext.vcode
|
||||||
|
|
||||||
/*variant.outputs.each { output ->
|
variant.outputs.each { output ->
|
||||||
def abi = output.getFilter(OutputFile.ABI)
|
def abi = output.getFilter(OutputFile.ABI)
|
||||||
|
|
||||||
def versionCodeOverride = baseVersionCode
|
def versionCodeOverride = baseVersionCode
|
||||||
|
@ -169,6 +173,6 @@ android.applicationVariants.all { variant ->
|
||||||
}
|
}
|
||||||
|
|
||||||
output.versionCodeOverride = versionCodeOverride
|
output.versionCodeOverride = versionCodeOverride
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -147,7 +147,7 @@
|
||||||
android:textCursorDrawable="@xml/gx_search_cursor_state"
|
android:textCursorDrawable="@xml/gx_search_cursor_state"
|
||||||
android:textIsSelectable="false"
|
android:textIsSelectable="false"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:maxLength="200"
|
android:maxLength="1000"
|
||||||
app:hintAnimationEnabled="false"
|
app:hintAnimationEnabled="false"
|
||||||
tools:targetApi="o">
|
tools:targetApi="o">
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Version */
|
/* Version */
|
||||||
project.ext.vname = 'Build | Dark-Origin 1.4.8.6'
|
project.ext.vname = 'Build | Dark-Origin 1.0.0.6'
|
||||||
project.ext.vcode = 285
|
project.ext.vcode = 6
|
||||||
project.ext.buildType = 'release'
|
project.ext.buildType = 'release'
|
||||||
|
|
||||||
/* dimension */
|
/* dimension */
|
||||||
|
|
Loading…
Reference in New Issue