Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
Issac committed Aug 24, 2013
1 parent ecebe77 commit 8b9e407
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 2 deletions.
Binary file modified .gradle/1.6/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/1.6/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/1.6/taskArtifacts/taskArtifacts.bin
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion SwipeBackDemo/build.gradle → samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
compile 'com.android.support:support-v4:13.0.+'
compile project(':SwipeBackLayout')
compile project(':library')
}

android {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':SwipeBackDemo', ':SwipeBackLayout'
include ':library', ':samples'

0 comments on commit 8b9e407

Please sign in to comment.