Skip to content

Commit b803b8a

Browse files
authored
Merge pull request yuyakaido#287 from yuyakaido/dependencies
Update some dependencies
2 parents f59f286 + 03cdad6 commit b803b8a

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.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

cardstackview/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun May 26 17:56:34 JST 2019
1+
#Sun Oct 06 18:50:47 JST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

sample/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)