File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ buildscript {
2222 this [" gRecyclerviewVersion" ] = " 1.1.0"
2323 this [" gAppCompatVersion" ] = " 1.1.0"
2424 this [" gMaterialDesignVersion" ] = " 1.1.0"
25- this [" gShizukuPreferenceVersion" ] = " 4.2.0"
25+ this [" gShizukuPreferenceVersion" ] = " 4.2.0-alpha03 "
2626 this [" gMultiprocessPreferenceVersion" ] = " 1.0.0"
2727 }
2828 repositories {
2929 google()
3030 jcenter()
3131 }
3232 dependencies {
33- classpath(" com.android.tools.build:gradle:4.0.0-rc01 " )
33+ classpath(" com.android.tools.build:gradle:4.1.1 " )
3434 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
3535 classpath(" org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion " )
3636 }
@@ -40,7 +40,9 @@ allprojects {
4040 repositories {
4141 google()
4242 jcenter()
43-
43+ maven {
44+ url = java.net.URI (" https://dl.bintray.com/rikkaw/MaterialPreference" )
45+ }
4446 maven {
4547 url = java.net.URI (" https://dl.bintray.com/rikkaw/Libraries" )
4648 }
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-6.1.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 -all.zip
You can’t perform that action at this time.
0 commit comments