File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33android {
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
2525dependencies {
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33android {
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
3939dependencies {
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}
You can’t perform that action at this time.
0 commit comments