Skip to content

Commit a224fb6

Browse files
author
Manuel Vivo
committedJan 29, 2021
[Crane] Update to alpha11
1 parent f79cf20 commit a224fb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Versions {
2121
}
2222

2323
object Libs {
24-
const val androidGradlePlugin = "com.android.tools.build:gradle:7.0.0-alpha04"
24+
const val androidGradlePlugin = "com.android.tools.build:gradle:7.0.0-alpha05"
2525
const val ktLint = "com.pinterest:ktlint:${Versions.ktLint}"
2626

2727
object GoogleMaps {
@@ -30,7 +30,7 @@ object Libs {
3030
}
3131

3232
object Accompanist {
33-
private const val version = "0.4.3.compose-7107201-SNAPSHOT"
33+
private const val version = "0.5.0"
3434
const val coil = "dev.chrisbanes.accompanist:accompanist-coil:$version"
3535
}
3636

@@ -49,8 +49,8 @@ object Libs {
4949

5050
object AndroidX {
5151
object Compose {
52-
const val snapshot = "7107201"
53-
private const val version = "1.0.0-SNAPSHOT"
52+
const val snapshot = ""
53+
private const val version = "1.0.0-alpha11"
5454

5555
const val runtime = "androidx.compose.runtime:runtime:$version"
5656
const val runtimeLivedata = "androidx.compose.runtime:runtime-livedata:$version"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Oct 23 09:30:32 CEST 2020
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)