Add APK output for x86_64 CPU architecture (#7885)
* Add APK output for x86_64 CPU architecture * Review changes * Fix formatting Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> * Use underscore instead of hyphen Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> (cherry picked from commit a83d29f0581e10b464106fa179663b77fd8c51bb) # Conflicts: # .github/workflows/build_push.yml # app/build.gradle.kts # app/src/main/java/eu/kanade/tachiyomi/data/updater/GithubRelease.kt
This commit is contained in:
parent
d2199b81ec
commit
193786848e
@ -37,7 +37,7 @@ android {
|
||||
buildConfigField("boolean", "INCLUDE_UPDATER", "false")
|
||||
|
||||
ndk {
|
||||
abiFilters += setOf("armeabi-v7a", "arm64-v8a", "x86")
|
||||
abiFilters += setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
}
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user