Skip to content

Commit 6b9db75

Browse files
committed
change module androidarcmenu -> library
1 parent 53f05d2 commit 6b9db75

File tree

19 files changed

+4
-4
lines changed

19 files changed

+4
-4
lines changed

.idea/gradle.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
24-
compile project(':androidarcmenu')
24+
compile project(':library')
2525
compile 'com.android.support:appcompat-v7:24.0.0'
2626
compile 'com.android.support:recyclerview-v7:24.0.0'
2727
compile 'com.jakewharton.timber:timber:4.3.1'
File renamed without changes.
File renamed without changes.
File renamed without changes.

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':androidarcmenu'
1+
include ':app', ':library'

0 commit comments

Comments
 (0)