We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153b453 commit 5ba5be7Copy full SHA for 5ba5be7
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
'minSdk' : 21,
11
'targetSdk' : 29,
12
'annotation' : '1.1.0',
13
- 'core_ktx' : '1.1.0',
+ 'core_ktx' : '1.2.0',
14
'appcompat' : '1.1.0',
15
'constraintLayout': '1.1.3'
16
]
studyplus-android-sdk/build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
implementation "androidx.annotation:annotation:$versions.annotation"
48
implementation "androidx.core:core-ktx:$versions.core_ktx"
49
50
- def okhttp = "4.2.0"
+ def okhttp = "4.4.1"
51
implementation "com.squareup.okhttp3:okhttp:$okhttp"
52
53
testImplementation 'junit:junit:4.12'
0 commit comments