From 7131f083d1acbc1ae01abb5d2960a518fcafb514 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 10 Mar 2026 15:43:24 +0500 Subject: [PATCH] update docs for release and debug apps location --- .gitignore | 3 +++ docs/BUILDING.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa724b7..f05f1c0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ .externalNativeBuild .cxx local.properties + +app/release/ +app/debug/ diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 33e860d..feca454 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -56,8 +56,8 @@ ls -la app/src/main/assets/bin/isodrive ``` The compiled APK will be in: -- Debug: `app/build/outputs/apk/debug/app-debug.apk` -- Release: `app/build/outputs/apk/release/app-release.apk` +- Debug: `app/debug/app-debug.apk` +- Release: `app/release/app-release.apk` ## Contributing