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