Revert "build: use split apks"
Honestly, changing the version code schema is far too much of a hassle
for these to be reasonable.
This reverts commit 055d25e3e1
.
This commit is contained in:
parent
2f04f7dbc7
commit
f190e6455a
2 changed files with 1 additions and 10 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3.1.1
|
uses: actions/upload-artifact@v3.1.1
|
||||||
with:
|
with:
|
||||||
name: Auxio_Canary
|
name: Auxio_Canary
|
||||||
path: ./app/build/outputs/apk/debug/*.apk
|
path: ./app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
|
@ -57,15 +57,6 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
splits {
|
|
||||||
abi {
|
|
||||||
enable true
|
|
||||||
reset()
|
|
||||||
include "x86", "x86_64", "arm64-v8a", "armeabi-v7a"
|
|
||||||
universalApk true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue