File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id(" com.diffplug.spotless" ) version " 5.14.3 "
4+ id(" com.diffplug.spotless" ) version " 6.0.4 "
55 id(" org.jetbrains.dokka" ) version " 1.6.0"
66}
77
88buildscript {
99 repositories {
1010 google()
1111 mavenCentral()
12- maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
1312 maven(" https://plugins.gradle.org/m2/" )
1413 }
1514
@@ -27,9 +26,6 @@ allprojects {
2726 google()
2827 mavenCentral()
2928 gradlePluginPortal()
30- maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
31- maven(" https://kotlin.bintray.com/kotlinx/" )
32- maven(" https://s01.oss.sonatype.org/content/repositories/snapshots" )
3329 }
3430
3531 tasks.withType<KotlinCompile >().all {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Dependencies {
1414 }
1515
1616 object Accompanist {
17- private const val version = " 0.20.2 "
17+ private const val version = " 0.21.4-beta "
1818 const val pager = " com.google.accompanist:accompanist-pager:$version "
1919 }
2020
You can’t perform that action at this time.
0 commit comments