Skip to content

Commit 1baff99

Browse files
committed
[Feature] Update dependencies.
1 parent 2767600 commit 1baff99

4 files changed

Lines changed: 7 additions & 7 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
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:7.3.0'
7+
classpath 'com.android.tools.build:gradle:7.4.0'
88
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1'
99
}
1010
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-7.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
android {
44
namespace 'me.zhanghai.android.fastscroll'
55
compileSdkVersion 33
6-
buildToolsVersion '33.0.0'
6+
buildToolsVersion '33.0.1'
77
defaultConfig {
88
minSdkVersion 21
99
targetSdkVersion 33
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
26+
implementation 'androidx.appcompat:appcompat:1.6.0'
2727
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2828
}
2929

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33
android {
44
namespace 'me.zhanghai.android.fastscroll.sample'
55
compileSdkVersion 33
6-
buildToolsVersion '33.0.0'
6+
buildToolsVersion '33.0.1'
77
defaultConfig {
88
applicationId 'me.zhanghai.android.fastscroll.sample'
99
minSdkVersion 21
@@ -37,8 +37,8 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation 'androidx.appcompat:appcompat:1.5.1'
40+
implementation 'androidx.appcompat:appcompat:1.6.0'
4141
implementation 'androidx.recyclerview:recyclerview:1.2.1'
42-
implementation 'com.google.android.material:material:1.6.1'
42+
implementation 'com.google.android.material:material:1.7.0'
4343
implementation project(':library')
4444
}

0 commit comments

Comments
 (0)