File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.3.1
4
4
- Added minter check creation support
5
+ - Updated core library
5
6
6
7
## 0.3.0
7
8
- Multiple signatures support
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ version = '0.3.1'
63
63
ext {
64
64
minterMinSdk = 16
65
65
minterMaxSdk = 28
66
- minterBuildTools = " 28.0.2 "
67
- minterLibSupport = " 27.1.1 "
66
+ minterBuildTools = " 28.0.3 "
67
+ minterLibSupport = " 28.0.0 "
68
68
minterCoreVers = " 0.2.1"
69
69
70
70
@@ -186,7 +186,7 @@ dependencies {
186
186
compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
187
187
188
188
// network
189
- implementation ' com.squareup.okhttp3:okhttp:3.10 .0'
189
+ implementation ' com.squareup.okhttp3:okhttp:3.11 .0'
190
190
implementation ' com.squareup.okhttp3:logging-interceptor:3.9.0'
191
191
implementation ' com.squareup.retrofit2:retrofit:2.4.0'
192
192
implementation ' com.squareup.retrofit2:converter-gson:2.4.0'
@@ -204,7 +204,7 @@ dependencies {
204
204
androidTestImplementation ' com.android.support.test:runner:1.0.2'
205
205
androidTestImplementation ' com.android.support.test:rules:1.0.2'
206
206
androidTestImplementation ' com.squareup.retrofit2:converter-gson:2.4.0'
207
- androidTestImplementation ' com.google.code.gson:gson:2.8.2 '
207
+ androidTestImplementation ' com.google.code.gson:gson:2.8.5 '
208
208
}
209
209
210
210
// Coverage
You can’t perform that action at this time.
0 commit comments