android: set the android-project building on android studio
NOTE: All changes were made in the application codebase
Summary of changes made:
- Deletes the application dependencies that were present in application codebase as they can be dynamically fetched from AS while building app.
- Fixes build-scripts for application(
build-nested.sh
,gradlew
&gradlew.bat
) as their incorrect format caused gradle tasks run incorrectly - Cleans up ignorelist
- Removes duplicate & unused dependencies from gradle file
Mentions !19 (closed)
Edited by Ghost User