Skip to content

Commit

Permalink
Remove lib unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnv219 committed Jul 9, 2018
1 parent c5fdbb8 commit c954e0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'


// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
12 changes: 6 additions & 6 deletions mvvm-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ dependencies {
api 'com.android.support:design:27.1.1'
api 'com.android.support:appcompat-v7:27.1.1'
api 'com.github.bumptech.glide:glide:4.7.1'
api 'com.google.code.gson:gson:2.8.2'
api 'com.karumi:dexter:4.2.0'
// api 'com.google.code.gson:gson:2.8.2'
// api 'com.karumi:dexter:4.2.0'
api 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

// network
api "com.amitshekhar.android:rx2-android-networking:1.0.1"
// api "com.amitshekhar.android:rx2-android-networking:1.0.1"

// database
api "android.arch.persistence.room:rxjava2:1.1.1"
annotationProcessor "android.arch.persistence.room:compiler:1.1.1"
// api "android.arch.persistence.room:rxjava2:1.1.1"
// annotationProcessor "android.arch.persistence.room:compiler:1.1.1"
//font
api "uk.co.chrisjenx:calligraphy:2.3.0"

Expand All @@ -56,5 +56,5 @@ dependencies {
api 'com.muddzdev:styleabletoast:2.1.2'

//Event bus
api 'org.greenrobot:eventbus:3.1.1'
// api 'org.greenrobot:eventbus:3.1.1'
}

0 comments on commit c954e0a

Please sign in to comment.