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.
- Host: GitHub
- URL: https://github.com/mercari/universal-apk-plugin
- Owner: mercari
- License: mit
- Archived: true
- Created: 2019-09-09T06:52:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T13:49:27.000Z (about 6 years ago)
- Last Synced: 2025-04-15T15:23:01.859Z (about 1 year ago)
- Topics: aab, android, app-bundle, universal-apk-plugin
- Language: Kotlin
- Homepage:
- Size: 129 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```