File tree Expand file tree Collapse file tree
src/main/java/com/configcat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ repositories {
6767
6868dependencies {
6969 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'
7171 api ' com.squareup.okio:okio:3.4.0' // indirect dependency to solve security vulnerability in 3.2.0
7272 api ' org.slf4j:slf4j-api:1.7.36'
7373 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
22
33org.gradle.jvmargs =-Xmx2g
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ private Constants() { /* prevent from instantiation*/ }
3030 static final long DISTANT_PAST = 0 ;
3131 static final String CONFIG_JSON_NAME = "config_v6.json" ;
3232 static final String SERIALIZATION_FORMAT_VERSION = "v2" ;
33- static final String VERSION = "10.2.1 " ;
33+ static final String VERSION = "10.2.2 " ;
3434
3535 static final String SDK_KEY_PROXY_PREFIX = "configcat-proxy/" ;
3636 static final String SDK_KEY_PREFIX = "configcat-sdk-1" ;
You can’t perform that action at this time.
0 commit comments