@@ -31,7 +31,7 @@ buildscript {
31
31
mavenLocal()
32
32
}
33
33
dependencies {
34
- classpath ' com.android.tools.build:gradle:3.2 .1'
34
+ classpath ' com.android.tools.build:gradle:3.3 .1'
35
35
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
36
36
}
37
37
}
@@ -58,14 +58,14 @@ apply plugin: 'com.jfrog.bintray'
58
58
59
59
60
60
group = ' network.minter.android'
61
- version = ' 0.5.1 '
61
+ version = ' 0.5.2 '
62
62
63
63
ext {
64
64
minterMinSdk = 16
65
65
minterMaxSdk = 28
66
66
minterBuildTools = " 28.0.3"
67
67
minterLibSupport = " 28.0.0"
68
- minterCoreVers = " 0.2.2 "
68
+ minterCoreVers = " 0.2.3 "
69
69
70
70
71
71
buildArtifactName = project. name
@@ -186,13 +186,13 @@ dependencies {
186
186
compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
187
187
188
188
// network
189
- implementation ' com.squareup.okhttp3:okhttp:3.11.0 '
189
+ implementation ' com.squareup.okhttp3:okhttp:3.12.1 '
190
190
implementation ' com.squareup.okhttp3:logging-interceptor:3.9.0'
191
- implementation ' com.squareup.retrofit2:retrofit:2.4 .0'
192
- implementation ' com.squareup.retrofit2:converter-gson:2.4 .0'
191
+ implementation ' com.squareup.retrofit2:retrofit:2.5 .0'
192
+ implementation ' com.squareup.retrofit2:converter-gson:2.5 .0'
193
193
194
- implementation ' org.parceler:parceler-api:1.1.11 '
195
- annotationProcessor ' org.parceler:parceler:1.1.11 '
194
+ implementation ' org.parceler:parceler-api:1.1.12 '
195
+ annotationProcessor ' org.parceler:parceler:1.1.12 '
196
196
197
197
// stuff
198
198
implementation ' com.jakewharton.timber:timber:4.7.1'
@@ -203,7 +203,7 @@ dependencies {
203
203
androidTestImplementation " com.android.support:support-annotations:${ minterLibSupport} "
204
204
androidTestImplementation ' com.android.support.test:runner:1.0.2'
205
205
androidTestImplementation ' com.android.support.test:rules:1.0.2'
206
- androidTestImplementation ' com.squareup.retrofit2:converter-gson:2.4 .0'
206
+ androidTestImplementation ' com.squareup.retrofit2:converter-gson:2.5 .0'
207
207
androidTestImplementation ' com.google.code.gson:gson:2.8.5'
208
208
}
209
209
0 commit comments