Skip to content

Commit

Permalink
Update to Compose 1.0.0-beta06 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid authored May 6, 2021
1 parent 346e1e9 commit 3e97014
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}

plugins {
id 'com.diffplug.spotless' version '5.11.1'
id 'com.diffplug.spotless' version '5.12.4'
}

subprojects {
Expand All @@ -29,7 +29,7 @@ subprojects {
targetExclude("$buildDir/**/*.kt")
targetExclude('bin/**/*.kt')

ktlint("0.40.0")
ktlint("0.41.0")
licenseHeaderFile rootProject.file('spotless/copyright.kt')
}
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/dependencies/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Versions {
}

object Libs {
const val androidGradlePlugin = "com.android.tools.build:gradle:7.0.0-alpha14"
const val androidGradlePlugin = "com.android.tools.build:gradle:7.0.0-alpha15"
const val material = "com.google.android.material:material:1.3.0"

object Kotlin {
Expand All @@ -18,7 +18,7 @@ object Libs {
}

object Compose {
const val version = "1.0.0-beta05"
const val version = "1.0.0-beta06"
const val activity = "androidx.activity:activity-compose:1.3.0-alpha07"
const val constraintlayout =
"androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Apr 08 22:00:45 KST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 3e97014

Please sign in to comment.