@@ -23,8 +23,8 @@ android {
23
23
applicationId " com.eventyay.organizer"
24
24
minSdkVersion versions. minSdk
25
25
targetSdkVersion versions. targetSdk
26
- versionCode 8
27
- versionName " 1.1.0 "
26
+ versionCode 9
27
+ versionName " 1.1.1 "
28
28
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
29
29
vectorDrawables. useSupportLibrary = true
30
30
manifestPlaceholders = [
@@ -122,7 +122,7 @@ dependencies {
122
122
implementation " androidx.appcompat:appcompat:1.1.0-alpha04"
123
123
implementation " androidx.cardview:cardview:1.0.0"
124
124
implementation " androidx.recyclerview:recyclerview:1.1.0-alpha04"
125
- implementation " com.google.android.material:material:1.1.0-alpha05 "
125
+ implementation " com.google.android.material:material:1.1.0-alpha06 "
126
126
implementation " androidx.browser:browser:1.0.0"
127
127
implementation " androidx.palette:palette:1.0.0"
128
128
implementation " com.takisoft.fix:preference-v7:${ versions.support_lib} .0"
@@ -168,7 +168,7 @@ dependencies {
168
168
implementation " com.squareup.retrofit2:retrofit:${ versions.retrofit} "
169
169
implementation " com.squareup.retrofit2:converter-jackson:${ versions.retrofit} "
170
170
implementation " com.squareup.retrofit2:adapter-rxjava2:${ versions.retrofit} "
171
- implementation ' com.squareup.okhttp3:logging-interceptor:3.14.0 '
171
+ implementation ' com.squareup.okhttp3:logging-interceptor:3.14.1 '
172
172
implementation ' com.github.jasminb:jsonapi-converter:0.9'
173
173
174
174
// RxJava
@@ -235,16 +235,16 @@ dependencies {
235
235
playStoreImplementation " com.google.android.gms:play-services-oss-licenses:${ versions.play_services} "
236
236
237
237
// Testing
238
- androidTestImplementation(' androidx.test.espresso:espresso-core:3.2.0-alpha03 ' , {
238
+ androidTestImplementation(' androidx.test.espresso:espresso-core:3.2.0-beta01 ' , {
239
239
exclude group : ' com.android.support' , module : ' support-annotations'
240
240
})
241
- testImplementation(" androidx.arch.core:core-testing:2.1.0-alpha01 " , {
241
+ testImplementation(" androidx.arch.core:core-testing:2.1.0-alpha02 " , {
242
242
exclude group : ' com.android.support' , module : ' support-compat'
243
243
exclude group : ' com.android.support' , module : ' support-annotations'
244
244
exclude group : ' com.android.support' , module : ' support-core-utils'
245
245
})
246
246
testImplementation ' junit:junit:4.12'
247
- testImplementation ' org.mockito:mockito-inline:2.26 .0'
247
+ testImplementation ' org.mockito:mockito-inline:2.27 .0'
248
248
testImplementation ' org.json:json:20180130'
249
249
testImplementation " org.robolectric:robolectric:${ versions.roboelectric} "
250
250
testImplementation " org.robolectric:shadows-multidex:${ versions.roboelectric} "
0 commit comments