Designed for Android enthusiasts, Boundo is available on Android and Wear OS
1.1 Requirements
- Android Studio
Ladybug
(AGP8.7.3
) - Java
17
, Kotlin2.1.10
, Gradle Wrapper8.10
1.2 Configure automatic signing
- Copy the file named
custom.properties.template
indoconfig
directory, rename it tocustom.properties
and make necessary changes to it
1.3 Build universal APKs (App API feature included, release variant)
- Configure signing as specified in section 1.2
- Download BundleTool binary from BundleTool Releases,
and save it as
doconfig/bundletool.jar
in this project - Run Gradle task from commandline
gradlew :app:genUniversalApks
- Look for
app/build/outputs/app-universal-release.apks
in this project