Skip to content

Commit

Permalink
Turn inline action bar library into Maven dependency.
Browse files Browse the repository at this point in the history
 - Remove library/ directory.
 - Add compile directive to build.gradle.
 - Remove include from settings.gradle.

 Refers #2.
  • Loading branch information
timoreimann committed May 25, 2014
1 parent 5b39405 commit a406d30
Show file tree
Hide file tree
Showing 50 changed files with 1 addition and 2,907 deletions.
2 changes: 1 addition & 1 deletion klyph/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ android {
dependencies {
compile project(':androidDonationsLib')
compile project(':imageViewTouch')
compile project(':library')
compile project(':abewyLibs')
compile project(':abewy_Extended')
compile project(':horizontalListView')
compile project(':klyphCore')
compile 'com.google.android.gms:play-services:+'
compile 'com.github.chrisbanes.actionbarpulltorefresh:library:0.9.9'
compile files('libs/amazon-device-messaging-1.0.1.jar')
compile files('libs/android-support-v4.jar')
compile files('libs/commons-lang3-3.1.jar')
Expand Down
22 changes: 0 additions & 22 deletions library/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions library/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit a406d30

Please sign in to comment.