Skip to content

Commit 5ba5be7

Browse files
committed
Update lib
1 parent 153b453 commit 5ba5be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
'minSdk' : 21,
1111
'targetSdk' : 29,
1212
'annotation' : '1.1.0',
13-
'core_ktx' : '1.1.0',
13+
'core_ktx' : '1.2.0',
1414
'appcompat' : '1.1.0',
1515
'constraintLayout': '1.1.3'
1616
]

studyplus-android-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation "androidx.annotation:annotation:$versions.annotation"
4848
implementation "androidx.core:core-ktx:$versions.core_ktx"
4949

50-
def okhttp = "4.2.0"
50+
def okhttp = "4.4.1"
5151
implementation "com.squareup.okhttp3:okhttp:$okhttp"
5252

5353
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)