Skip to content

Commit c994dae

Browse files
committed
Remove unused dependencies
1 parent 84845e5 commit c994dae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies {
4141
implementation "com.android.support:appcompat-v7:${SUPPORT_LIBS_VERSION}"
4242
implementation "com.android.support:recyclerview-v7:${SUPPORT_LIBS_VERSION}"
4343
implementation "com.android.support:support-annotations:${SUPPORT_LIBS_VERSION}"
44-
implementation "com.android.support:design:${SUPPORT_LIBS_VERSION}"
4544
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
4645

4746
// ReactiveX
@@ -55,11 +54,7 @@ dependencies {
5554
// Others
5655
implementation 'com.squareup.picasso:picasso:2.5.2'
5756
implementation "com.github.nekocode:Meepo:0.3"
58-
def ITEMS_VERSION = '0.8'
59-
implementation "com.github.nekocode.Items:items:${ITEMS_VERSION}"
60-
kapt "com.github.nekocode.Items:items-processor:${ITEMS_VERSION}"
6157
def STATE_VERSION = '1.3.1'
6258
implementation "com.evernote:android-state:${STATE_VERSION}"
6359
kapt "com.evernote:android-state-processor:${STATE_VERSION}"
64-
implementation 'pub.devrel:easypermissions:1.2.0'
6560
}

0 commit comments

Comments
 (0)