Boundo Meta-app is all about your apps and beyond.
Check info of apps on your phone, and organize them into categories.
Designed for Android enthusiasts, Meta-app is available on Android and Wear OS.
1.1 Requirements
- Android Studio
Narwhal(AGP8.11) - Java
17, Kotlin2.1.21, Gradle8.13
1.2 Configure automatic signing
- Copy the file named
custom.properties.templateindoconfigdirectory, rename it tocustom.propertiesand 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.jarin this project - Run Gradle task from commandline
gradlew :app:genUniversalApks - Look for
app/build/outputs/app-universal-release.apksin this project
1.4 Build FOSS version (less feature)
- Configure signing as specified in section 1.2
- Download BundleTool binary from BundleTool Releases,
and save it as
doconfig/bundletool.jarin this project - Run Gradle task from commandline
gradlew :app:genFossApks - Look for
app/build/outputs/app-universal-foss.apksin this project




