Skip to content

Commit

Permalink
Merge branch 'release/0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Jun 6, 2019
2 parents 2838a82 + e909812 commit 2d59aac
Show file tree
Hide file tree
Showing 99 changed files with 4,825 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/markdown**
.DS_Store
/build
/captures
/docs/.asciidoctor
/docs/images
/docs/vendor
/docs/*.html
.externalNativeBuild
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "gn_mobile_core"]
path = gn_mobile_core
url = https://github.com/PnX-SI/gn_mobile_core.git
branch = develop
261 changes: 261 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# gn_mobile_occtax

## Upgrade git sub modules

Do **NOT** modify directly `commons` and `viewpager`. Any changes should be made from
[gn_mobile_core](https://github.com/PnX-SI/gn_mobile_core) git repository.

```bash
./upgrade_submodules.sh
```
Loading

0 comments on commit 2d59aac

Please sign in to comment.