diff --git a/app/build.gradle b/app/build.gradle index 6da88914..eb639259 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 - }*/ + } } } \ No newline at end of file diff --git a/app/src/main/res/layouts/home/layout/home_view.xml b/app/src/main/res/layouts/home/layout/home_view.xml index 5fafe51f..f8fe4776 100644 --- a/app/src/main/res/layouts/home/layout/home_view.xml +++ b/app/src/main/res/layouts/home/layout/home_view.xml @@ -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"> diff --git a/app/variables.gradle b/app/variables.gradle index a15ec6b8..ce5443a8 100755 --- a/app/variables.gradle +++ b/app/variables.gradle @@ -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 */