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 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.31 '
4
+ ext. kotlin_version = ' 1.3.50 '
5
5
repositories {
6
6
google()
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.4 .1'
10
+ classpath ' com.android.tools.build:gradle:3.5 .1'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
13
13
// 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 {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.novoda:bintray-release:0.9'
9
+ classpath ' com.novoda:bintray-release:0.9.1 '
10
10
}
11
11
}
12
12
@@ -26,8 +26,6 @@ android {
26
26
defaultConfig {
27
27
minSdkVersion 14
28
28
targetSdkVersion 28
29
- versionCode 1
30
- versionName " 1.0"
31
29
}
32
30
}
33
31
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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 {
9
9
applicationId " com.yuyakaido.android.cardstackview.sample"
10
10
minSdkVersion 14
11
11
targetSdkVersion 28
12
- versionCode 1
13
- versionName " 1.0"
14
12
}
15
13
}
16
14
@@ -21,11 +19,11 @@ dependencies {
21
19
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
22
20
23
21
// 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'
26
24
27
25
// Support Library
28
- implementation ' androidx.appcompat:appcompat:1.0.2 '
26
+ implementation ' androidx.appcompat:appcompat:1.1.0 '
29
27
implementation ' androidx.recyclerview:recyclerview:1.0.0'
30
28
implementation ' androidx.cardview:cardview:1.0.0'
31
29
implementation ' com.google.android.material:material:1.0.0'
You can’t perform that action at this time.
0 commit comments