File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
gson-deserializers-okhttp-asynctask
httpurlconnection-asynctask
listview-baseadapter-data-object Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
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
Original file line number Diff line number Diff line change 22
33buildscript {
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
Original file line number Diff line number Diff line change 22
33buildscript {
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
Original file line number Diff line number Diff line change 22
33buildscript {
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
Original file line number Diff line number Diff line change 22
33buildscript {
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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727dependencies {
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
Original file line number Diff line number Diff line change 22
33buildscript {
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
You can’t perform that action at this time.
0 commit comments