Skip to content

Commit

Permalink
gradle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eprst committed Oct 31, 2018
1 parent 7125846 commit a346605
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ java.keystore
gradle
*.apk
*.patch
local.properties
.idea
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea/.name
.DS_Store
build
*/*.iml
/build
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "app/libs/ColorPickerPreference"]
path = app/libs/ColorPickerPreference
url = https://github.com/attenzione/android-ColorPickerPreference.git
ignore = dirty
1 change: 1 addition & 0 deletions .idea/gradle.xml

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

1 change: 1 addition & 0 deletions .idea/modules.xml

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

1 change: 1 addition & 0 deletions app/libs/ColorPickerPreference
Submodule ColorPickerPreference added at e3aa30
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':app'
include ':app', ':ColorPickerPreference'
project(':ColorPickerPreference').projectDir = new File('app/libs/ColorPickerPreference/ColorPickerPreference')

0 comments on commit a346605

Please sign in to comment.