Skip to content

Commit

Permalink
Merge pull request #11 from kevalpatel2106/dev
Browse files Browse the repository at this point in the history
Released v2.0.0
  • Loading branch information
kevalpatel2106 authored Apr 15, 2018
2 parents d92342c + 74aa674 commit 90c0284
Show file tree
Hide file tree
Showing 242 changed files with 34,815 additions and 15,316 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
/.idea/misc.xml
/.idea/markdown-navigator.xml
/.idea/markdown-exported-files.xml
/.idea/caches/
/.idea/dictionaries/
/.idea/inspectionProfiles/
/.idea/codeStyles/
/.idea/vcs.xml
/.idea/modules.xml
225 changes: 225 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/copyright/Apche_2_0.xml

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

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

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

71 changes: 2 additions & 69 deletions .idea/misc.xml

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

5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ android:
- extra-android-m2repository

licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-preview-license-.'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

before_script:
- chmod +x gradlew #Grand permissions

before_install:
- yes | sdkmanager "build-tools;27.0.3"

script:
- ./gradlew assembleDebug -PdisablePreDex --stacktrace
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
3. Generate pull request. Mention all the required description regarding changes you made.

Happy coding.:-)

<div align="center">
<img src="https://cloud.githubusercontent.com/assets/370176/26526332/03bb8ac2-432c-11e7-89aa-da3cd1c0e9cb.png">
</div>
Loading

0 comments on commit 90c0284

Please sign in to comment.