-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
55 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/keystore.properties | ||
/.idea/caches | ||
/.idea/libraries | ||
/.idea/modules.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gn_mobile_core
updated
8 files
+1 −0 | .gitignore | |
+30 −21 | build.gradle | |
+2 −2 | commons/build.gradle | |
+2 −2 | mountpoint/build.gradle | |
+10 −5 | sync/README.md | |
+10 −3 | sync/build.gradle | |
+2 −2 | sync/version.properties | |
+2 −2 | viewpager/build.gradle |
Submodule gn_mobile_maps
updated
5 files
+1 −0 | .gitignore | |
+1 −0 | app/build.gradle | |
+31 −22 | build.gradle | |
+1 −1 | gn_mobile_core | |
+2 −2 | maps/build.gradle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#Sun Jul 19 16:09:07 CEST 2020 | ||
VERSION_CODE=1940 | ||
#Sun Jul 26 15:45:18 CEST 2020 | ||
VERSION_CODE=1950 |