Skip to content

Commit

Permalink
gradle cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janvde committed Dec 19, 2017
1 parent e669ab9 commit 7b3eff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ android {
dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:appcompat-v7:27.0.2'
testCompile 'junit:junit:4.12'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.android.support:support-annotations:25.0.1'

implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.6'
Expand Down
6 changes: 1 addition & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,15 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
api 'com.android.support:appcompat-v7:27.0.2'
api 'com.google.code.gson:gson:2.8.2'
api 'com.squareup.retrofit2:retrofit:2.3.0'
api 'com.squareup.retrofit2:converter-gson:2.3.0'
api 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'

api 'io.reactivex.rxjava2:rxandroid:2.0.1'
api 'io.reactivex.rxjava2:rxjava:2.1.5'
api 'io.reactivex.rxjava2:rxjava:2.1.6'

testCompile 'junit:junit:4.12'
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1'
androidTestCompile 'com.android.support.test:runner:1.0.1'
androidTestCompile 'com.android.support:support-annotations:27.0.2'
}

apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'

0 comments on commit 7b3eff8

Please sign in to comment.