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 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}
Original file line number Diff line number Diff line change 1- # Sun Mar 15 23:06:10 PDT 2020
1+ # Tue Nov 03 22:35:50 PST 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
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
2424dependencies {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
3535dependencies {
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}
You can’t perform that action at this time.
0 commit comments