File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.31 '
4+ ext. kotlin_version = ' 1.3.50 '
55 repositories {
66 google()
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.4 .1'
10+ classpath ' com.android.tools.build:gradle:3.5 .1'
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.novoda:bintray-release:0.9'
9+ classpath ' com.novoda:bintray-release:0.9.1 '
1010 }
1111}
1212
@@ -26,8 +26,6 @@ android {
2626 defaultConfig {
2727 minSdkVersion 14
2828 targetSdkVersion 28
29- versionCode 1
30- versionName " 1.0"
3129 }
3230}
3331
Original file line number Diff line number Diff line change 1- # Sun May 26 17:56:34 JST 2019
1+ # Sun Oct 06 18:50:47 JST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ android {
99 applicationId " com.yuyakaido.android.cardstackview.sample"
1010 minSdkVersion 14
1111 targetSdkVersion 28
12- versionCode 1
13- versionName " 1.0"
1412 }
1513}
1614
@@ -21,11 +19,11 @@ dependencies {
2119 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
2220
2321 // Image Loading
24- implementation ' com.github.bumptech.glide:glide:4.9 .0'
25- kapt ' com.github.bumptech.glide:compiler:4.9 .0'
22+ implementation ' com.github.bumptech.glide:glide:4.10 .0'
23+ kapt ' com.github.bumptech.glide:compiler:4.10 .0'
2624
2725 // Support Library
28- implementation ' androidx.appcompat:appcompat:1.0.2 '
26+ implementation ' androidx.appcompat:appcompat:1.1.0 '
2927 implementation ' androidx.recyclerview:recyclerview:1.0.0'
3028 implementation ' androidx.cardview:cardview:1.0.0'
3129 implementation ' com.google.android.material:material:1.0.0'
You can’t perform that action at this time.
0 commit comments