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.5.3 '
7+ classpath ' com.android.tools.build:gradle:3.6.1 '
88 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
99 }
1010}
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ org.gradle.jvmargs=-Xmx1536m
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313# org.gradle.parallel=true
1414
15+ android.enableJetifier =true
16+ android.useAndroidX =true
17+
1518GROUP =me.zhanghai.android.fastscroll
1619VERSION =1.1.1
1720VERSION_CODE =7
Original file line number Diff line number Diff line change 1- # Fri Sep 27 19:30:44 PDT 2019
1+ # Sun Mar 15 23:06:10 PDT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
You can’t perform that action at this time.
0 commit comments