Skip to content

Commit

Permalink
Trying to rename library module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kocel committed Aug 24, 2015
1 parent 224309f commit 8b346ef
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ cache:
- $HOME/.m2
- $HOME/.gradle

script: ./gradlew build test --info
script: ./gradlew build test
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
}

dependencies {
compile project(":library")
compile project(":slinger")
}
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':library', ':sample'
rootProject.name='com.allegro.android.slinger'
include ':slinger', ':sample'
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b346ef

Please sign in to comment.