mercari / universal-apk-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal APK plugin

🚨 Deprecated: use AGP provided tasks.

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

About

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

License:MIT License


Languages

Language:Kotlin 100.0%