Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable building multiple apks per abi
Enable multiple apks per abi ensures smaller apk, and users can choose best fit by themself. tree -h app/build/outputs/apk/ app/build/outputs/apk/ └── [ 256] release ├── [1.5K] output-metadata.json ├── [4.9M] trime-3.2.4-arm64-v8a-release.apk ├── [4.8M] trime-3.2.4-armeabi-v7a-release.apk ├── [9.2M] trime-3.2.4-universal-release.apk ├── [5.1M] trime-3.2.4-x86-release.apk └── [5.1M] trime-3.2.4-x86_64-release.apk 1 directory, 6 files https://developer.android.com/studio/build/configure-apk-splits.html#configure-density-split
- Loading branch information