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