Skip to content

Commit 0345944

Browse files
committed
[Feature] Update dependencies.
1 parent 4c27f73 commit 0345944

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.6.3'
7+
classpath 'com.android.tools.build:gradle:4.1.0'
88
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
99
}
1010
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Mar 15 23:06:10 PDT 2020
1+
#Tue Nov 03 22:35:50 PST 2020
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.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion '28.0.3'
4+
compileSdkVersion 30
5+
buildToolsVersion '30.0.2'
66
defaultConfig {
77
minSdkVersion 21
8-
targetSdkVersion 29
8+
targetSdkVersion 30
99
versionCode Integer.parseInt(VERSION_CODE)
1010
versionName VERSION
1111
consumerProguardFiles 'proguard-rules.pro'
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
implementation 'androidx.appcompat:appcompat:1.1.0'
25+
implementation 'androidx.appcompat:appcompat:1.2.0'
2626
implementation 'androidx.recyclerview:recyclerview:1.1.0'
2727
}
2828

sample/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion '28.0.3'
4+
compileSdkVersion 30
5+
buildToolsVersion '30.0.2'
66
defaultConfig {
77
applicationId 'me.zhanghai.android.fastscroll.sample'
88
minSdkVersion 21
9-
targetSdkVersion 29
9+
targetSdkVersion 30
1010
versionCode Integer.parseInt(VERSION_CODE)
1111
versionName VERSION
1212
}
@@ -33,10 +33,10 @@ android {
3333
}
3434

3535
dependencies {
36-
implementation 'androidx.appcompat:appcompat:1.1.0'
36+
implementation 'androidx.appcompat:appcompat:1.2.0'
3737
implementation 'androidx.recyclerview:recyclerview:1.1.0'
38-
implementation 'com.google.android.material:material:1.2.0-alpha06'
39-
implementation 'com.jakewharton:butterknife:10.2.1'
40-
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
38+
implementation 'com.google.android.material:material:1.2.1'
39+
implementation 'com.jakewharton:butterknife:10.2.3'
40+
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
4141
implementation project(':library')
4242
}

0 commit comments

Comments
 (0)