Skip to content

Commit

Permalink
Use lower case for case-insensitive file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Spoon committed Apr 9, 2015
1 parent ebf2188 commit d3274ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22+'
compile 'com.jakewharton:butterknife:+'
compile project(':Library')
compile project(':library')
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':Library'
include ':app', ':library'

0 comments on commit d3274ff

Please sign in to comment.