Skip to content

Commit 22b8d74

Browse files
committed
fix repositories
1 parent f114e06 commit 22b8d74

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

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-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip

0 commit comments

Comments
 (0)