@@ -11,7 +11,7 @@ android {
1111 minSdkVersion 15
1212 targetSdkVersion 27
1313 versionCode 1
14- versionName " 0 ." + versionCode
14+ versionName " 1 ." + versionCode
1515 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1616 multiDexEnabled true
1717 }
@@ -52,8 +52,8 @@ android {
5252}
5353
5454ext {
55- support_lib_version = " 27.0.1 "
56- play_services_version = " 11.6.0 "
55+ support_lib_version = " 27.0.2 "
56+ play_services_version = " 11.6.2 "
5757}
5858
5959dependencies {
@@ -65,13 +65,13 @@ dependencies {
6565 implementation " com.android.support:recyclerview-v7:$support_lib_version "
6666 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
6767 implementation " com.google.firebase:firebase-core:$play_services_version "
68- implementation ' com.android.support:multidex:1.0.1 '
68+ implementation ' com.android.support:multidex:1.0.2 '
6969 implementation " com.jskierbi:cupboard-kotlin:+"
70- implementation ' io.reactivex.rxjava2:rxkotlin:+ '
70+ implementation ' io.reactivex.rxjava2:rxkotlin:2.2.0 '
7171 implementation ' org.jsoup:jsoup:1.9.2'
72- implementation ' com.squareup.picasso:picasso:+ '
73- implementation ' jp.wasabeef:picasso-transformations:+ '
74- implementation ' com.squareup.okhttp:okhttp:+ '
72+ implementation ' com.squareup.picasso:picasso:2.5.2 '
73+ implementation ' jp.wasabeef:picasso-transformations:2.1.2 '
74+ implementation ' com.squareup.okhttp:okhttp:2.7.5 '
7575
7676 // cupboard-kotlin does not include cupboard itself
7777 implementation " nl.qbusict:cupboard:2.2.0"
@@ -88,10 +88,10 @@ dependencies {
8888 testImplementation " com.nhaarman:mockito-kotlin-kt1.1:1.5.0"
8989
9090 androidTestImplementation " com.android.support:support-annotations:$support_lib_version "
91- androidTestImplementation " com.android.support.test:runner:+ "
92- androidTestImplementation " com.android.support.test:rules:+ "
93- androidTestImplementation " com.android.support.test.espresso:espresso-core:+ "
94- androidTestImplementation " com.android.support.test.espresso:espresso-core:+ "
91+ androidTestImplementation " com.android.support.test:runner:1.0.1 "
92+ androidTestImplementation " com.android.support.test:rules:1.0.1 "
93+ androidTestImplementation " com.android.support.test.espresso:espresso-core:3.0.1 "
94+ androidTestImplementation " com.android.support.test.espresso:espresso-core:3.0.1 "
9595 androidTestImplementation(" com.android.support.test.espresso:espresso-contrib:+" ) {
9696 exclude group : ' com.android.support' , module : ' appcompat'
9797 exclude group : ' com.android.support' , module : ' support-v4'
0 commit comments