Skip to content

Commit

Permalink
Update Compose to alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Sep 2, 2020
1 parent 07452a2 commit 4edd603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
buildscript {
ext {
compose_kotlin_compiler_version = '1.4.0'
compose_version = '0.1.0-dev17'
compose_version = '1.0.0-alpha02'
}
ext.kotlin_version = "1.4.0"
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.0-alpha07"
classpath "com.android.tools.build:gradle:4.2.0-alpha09"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.squareup.sqldelight:gradle-plugin:1.4.0'
classpath 'com.squareup.sqldelight:gradle-plugin:1.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-rc-6-bin.zip

0 comments on commit 4edd603

Please sign in to comment.