Skip to content

Commit 8640d36

Browse files
committed
updated versions
1 parent c845af5 commit 8640d36

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.3.1
44
- Added minter check creation support
5+
- Updated core library
56

67
## 0.3.0
78
- Multiple signatures support

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ version = '0.3.1'
6363
ext {
6464
minterMinSdk = 16
6565
minterMaxSdk = 28
66-
minterBuildTools = "28.0.2"
67-
minterLibSupport = "27.1.1"
66+
minterBuildTools = "28.0.3"
67+
minterLibSupport = "28.0.0"
6868
minterCoreVers = "0.2.1"
6969

7070

@@ -186,7 +186,7 @@ dependencies {
186186
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
187187

188188
// network
189-
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
189+
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
190190
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.0'
191191
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
192192
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
@@ -204,7 +204,7 @@ dependencies {
204204
androidTestImplementation 'com.android.support.test:runner:1.0.2'
205205
androidTestImplementation 'com.android.support.test:rules:1.0.2'
206206
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'
208208
}
209209

210210
// Coverage

0 commit comments

Comments
 (0)