diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-10 22:34:40 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-10 22:34:40 -0800 |
commit | 36687fe3843cc6bbce7d7f9c6f69c34c67156446 (patch) | |
tree | f119bc5c1685edc0ca7227bbf83c2c4dc39fb305 | |
parent | 67825d600811cb3b3894a3b8fec602b15a8d9228 (diff) | |
download | kau-36687fe3843cc6bbce7d7f9c6f69c34c67156446.tar.gz kau-36687fe3843cc6bbce7d7f9c6f69c34c67156446.tar.bz2 kau-36687fe3843cc6bbce7d7f9c6f69c34c67156446.zip |
Bump to AS beta and bump spotless
-rw-r--r-- | .idea/runConfigurations.xml | 1 | ||||
-rw-r--r-- | buildSrc/src/main/kotlin/kau/Versions.kt | 4 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@ <component name="RunConfigurationProducerService"> <option name="ignoredProducers"> <set> + <option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" /> <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" /> <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" /> diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 99b6709..1ec8f9e 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -75,7 +75,7 @@ object Versions { const val testRules = "1.3.0" // https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md - const val spotless = "5.6.1" + const val spotless = "5.7.0" // https://github.com/bugsnag/bugsnag-android/releases const val bugsnag = "5.5.0" @@ -84,7 +84,7 @@ object Versions { const val bugsnagPlugin="5.6.0" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "4.1.1" + const val gradlePlugin = "4.2.0-beta03" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 186b715..1f3fdbc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |