Skip to content

Commit 206c110

Browse files
committed
依存ライブラリ更新
1 parent f8fb2c3 commit 206c110

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.0'
4+
ext.kotlin_version = '1.3.10'
55
ext.versions = [
66
'compileSdk': 27,
77
'minSdk': 16,

studyplus-android-sdk2/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ android {
6565
dependencies {
6666
implementation fileTree(dir: 'libs', include: ['*.jar'])
6767
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
68-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
69-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0'
7068

71-
def okhttp = "3.11.0"
69+
def coroutines = "1.0.1"
70+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines"
71+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines"
72+
73+
def okhttp = "3.12.0"
7274
implementation "com.squareup.okhttp3:okhttp:$okhttp"
7375

7476
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)