Skip to content

Commit ffd4c00

Browse files
authored
Merge pull request #28 from studyplus/androidstudio4
update AGP, kotlin, okhttp
2 parents 78bb889 + 8c81e8d commit ffd4c00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '1.3.71'
5+
kotlin_version = '1.3.72'
66
}
77
ext.versions = [
88
'compileSdk' : 29,
@@ -19,7 +19,7 @@ buildscript {
1919
jcenter()
2020
}
2121
dependencies {
22-
classpath 'com.android.tools.build:gradle:3.6.2'
22+
classpath 'com.android.tools.build:gradle:4.0.0'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2424
}
2525
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Apr 02 08:45:00 JST 2020
1+
#Fri May 29 10:30:00 JST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

studyplus-android-sdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242

4343
implementation "androidx.annotation:annotation:$versions.annotation"
4444

45-
def okhttp = "4.4.1"
45+
def okhttp = "4.7.2"
4646
implementation "com.squareup.okhttp3:okhttp:$okhttp"
4747

4848
testImplementation "junit:junit:$versions.junit"

0 commit comments

Comments
 (0)