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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
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'

androidarcmenu/src/androidTest/java/com/hackplan/androidarcmenu/ExampleInstrumentedTest.java renamed to library/src/androidTest/java/com/hackplan/androidarcmenu/ExampleInstrumentedTest.java

File renamed without changes.
File renamed without changes.
File renamed without changes.

androidarcmenu/src/main/java/com/hackplan/androidarcmenu/AnimatorUtils.java renamed to library/src/main/java/com/hackplan/androidarcmenu/AnimatorUtils.java

File renamed without changes.

0 commit comments

Comments
 (0)