Skip to content

android: set the android-project building on android studio

Ghost User requested to merge fixAndroidBuild into develop

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)

greenAndroidBuild

Edited by Ghost User

Merge request reports