Skip to content

Commit ebfa600

Browse files
author
Axier Fernandez
committed
Library updates
1 parent 815b1d9 commit ebfa600

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

anko-asynchronous-tasks/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.2.31'
5+
ext.kotlin_version = '1.2.61'
66
ext.anko_version = '0.10.4'
77

88
repositories {
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:3.1.1'
14+
classpath 'com.android.tools.build:gradle:3.1.4'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files

anko-simple-ui/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.2.31'
5+
ext.kotlin_version = '1.2.61'
66
ext.anko_version = '0.10.4'
77

88
repositories {
99
jcenter()
1010
google()
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.1'
13+
classpath 'com.android.tools.build:gradle:3.1.4'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515

1616
// NOTE: Do not place your application dependencies here; they belong

gson-deserializers-okhttp-asynctask/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.2.31'
5+
ext.kotlin_version = '1.2.61'
66

77
repositories {
88
jcenter()
99
google()
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.1'
13+
classpath 'com.android.tools.build:gradle:3.1.4'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
// NOTE: Do not place your application dependencies here; they belong
1616
// in the individual module build.gradle files

httpurlconnection-asynctask/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.2.31'
5+
ext.kotlin_version = '1.2.61'
66

77
repositories {
88
jcenter()
99
google()
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.1'
13+
classpath 'com.android.tools.build:gradle:3.1.4'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
// NOTE: Do not place your application dependencies here; they belong
1616
// in the individual module build.gradle files

listview-baseadapter-data-object/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.2.31'
5+
ext.kotlin_version = '1.2.61'
66

77
repositories {
88
jcenter()
99
google()
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.1'
13+
classpath 'com.android.tools.build:gradle:3.1.4'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
// NOTE: Do not place your application dependencies here; they belong
1616
// in the individual module build.gradle files

okhttp-asynctask/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929
implementation 'com.android.support:appcompat-v7:27.1.1'
30-
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
30+
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
3131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3232
}
3333

okhttp-asynctask/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.2.31'
5+
ext.kotlin_version = '1.2.61'
66

77
repositories {
88
jcenter()
99
google()
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.1.1'
13+
classpath 'com.android.tools.build:gradle:3.1.4'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
// NOTE: Do not place your application dependencies here; they belong
1616
// in the individual module build.gradle files

0 commit comments

Comments
 (0)