File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/configcat Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ repositories {
67
67
68
68
dependencies {
69
69
api ' net.sourceforge.streamsupport:android-retrofuture:1.7.4'
70
- api ' com.squareup.okhttp3:okhttp:4.11 .0'
70
+ api ' com.squareup.okhttp3:okhttp:4.12 .0'
71
71
api ' com.squareup.okio:okio:3.4.0' // indirect dependency to solve security vulnerability in 3.2.0
72
72
api ' org.slf4j:slf4j-api:1.7.36'
73
73
api ' com.google.code.gson:gson:2.9.0'
Original file line number Diff line number Diff line change 1
- version =10.2.1
1
+ version =10.2.2
2
2
3
3
org.gradle.jvmargs =-Xmx2g
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ private Constants() { /* prevent from instantiation*/ }
30
30
static final long DISTANT_PAST = 0 ;
31
31
static final String CONFIG_JSON_NAME = "config_v6.json" ;
32
32
static final String SERIALIZATION_FORMAT_VERSION = "v2" ;
33
- static final String VERSION = "10.2.1 " ;
33
+ static final String VERSION = "10.2.2 " ;
34
34
35
35
static final String SDK_KEY_PROXY_PREFIX = "configcat-proxy/" ;
36
36
static final String SDK_KEY_PREFIX = "configcat-sdk-1" ;
You can’t perform that action at this time.
0 commit comments