Skip to content

Commit

Permalink
Updated gradle module name to standard maven dependency format
Browse files Browse the repository at this point in the history
  • Loading branch information
inktomi committed Mar 2, 2015
1 parent f3f6e5f commit 564677d
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SignaturePad-Example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ android {
}

dependencies {
compile project(":SignaturePad-Library")
compile project(":signature-pad")
compile 'com.android.support:appcompat-v7:21.0.3'
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rootProject.name = 'signaturepad'

include ':SignaturePad-Library', ':SignaturePad-Example'
include ':signature-pad', ':SignaturePad-Example'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 564677d

Please sign in to comment.