Skip to content

Commit

Permalink
Readme updated (#16)
Browse files Browse the repository at this point in the history
* readme updated with description about how to update project
  • Loading branch information
CodeCombiner authored and rampr committed Jul 25, 2018
1 parent 3a6836f commit 9a53807
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ https://firebase.google.com/docs/android/setup

Then put google-services.json file into devkit/YOURGAME/modules/gameplay/android/


### Modification and update
This project contains build.gradle files.
Please note that plugins library projects are not imported as project modules, instead they are imported as AAR (Android archive) which contain necessary source code and resources. You can see this in android/config.json of each library project plugin This requires to rebuild .aar file after plugin source code has been modified with proces: Import project into Android Studio -> Add changes -> Build -> Rebuild project. This will rebuild .aar file, the path to which is already in config.json.

0 comments on commit 9a53807

Please sign in to comment.