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:
Alexander Capehart 2023-02-20 22:02:15 -07:00
parent 2f04f7dbc7
commit f190e6455a
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 1 additions and 10 deletions

View file

@ -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

View file

@ -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
} }