An open API service indexing awesome lists of open source software.

https://github.com/mercari/universal-apk-plugin

Gradle Plugin allowing to create an Universal APK for debug purpose.
https://github.com/mercari/universal-apk-plugin

aab android app-bundle universal-apk-plugin

Last synced: about 1 year ago
JSON representation

Gradle Plugin allowing to create an Universal APK for debug purpose.

Awesome Lists containing this project

README

          

# Universal APK plugin

🚨 Deprecated: use [AGP provided tasks](https://pgreze.dev/posts/2019-10-02-universal-apk-commands/).

## Usage

Build and install a debug universal APK:

```
./gradlew -b samples/build.gradle.kts app:packageDebugUniversalApk
adb install samples/app/build/outputs/universal_apk/debug/app-debug-universal.apk
```