update docs for release and debug apps location
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,3 +13,6 @@
|
|||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
|
app/release/
|
||||||
|
app/debug/
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ ls -la app/src/main/assets/bin/isodrive
|
|||||||
```
|
```
|
||||||
|
|
||||||
The compiled APK will be in:
|
The compiled APK will be in:
|
||||||
- Debug: `app/build/outputs/apk/debug/app-debug.apk`
|
- Debug: `app/debug/app-debug.apk`
|
||||||
- Release: `app/build/outputs/apk/release/app-release.apk`
|
- Release: `app/release/app-release.apk`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user