Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 5295113

Browse files
author
Nick Rout
authored
Merge pull request #78 from ricknout/snapshot
Update to SNAPSHOT 7584688
2 parents bf2c058 + 17906cb commit 5295113

File tree

1 file changed

+4
-4
lines changed
  • buildSrc/src/main/java/com/google/android/material/composethemeadapter

1 file changed

+4
-4
lines changed

buildSrc/src/main/java/com/google/android/material/composethemeadapter/dependencies.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Libs {
2828
const val mdc = "com.google.android.material:material:1.1.0"
2929

3030
object Kotlin {
31-
const val version = "1.5.10"
31+
const val version = "1.5.21"
3232
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
3333
const val gradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
3434

@@ -41,7 +41,7 @@ object Libs {
4141

4242
object AndroidX {
4343
object Compose {
44-
const val snapshot = ""
44+
const val snapshot = "7584688"
4545

4646
@JvmStatic
4747
val snapshotUrl: String
@@ -52,7 +52,7 @@ object Libs {
5252
else -> throw IllegalArgumentException("Snapshot version not set")
5353
}
5454

55-
const val version = "1.0.0"
55+
const val version = "1.0.1-SNAPSHOT"
5656

5757
const val runtime = "androidx.compose.runtime:runtime:$version"
5858
const val foundation = "androidx.compose.foundation:foundation:${version}"
@@ -70,7 +70,7 @@ object Libs {
7070
const val coreKtx = "androidx.core:core-ktx:1.3.1"
7171

7272
object Activity {
73-
const val activityCompose = "androidx.activity:activity-compose:1.3.0"
73+
const val activityCompose = "androidx.activity:activity-compose:1.3.1-SNAPSHOT"
7474
}
7575

7676
object Test {

0 commit comments

Comments
 (0)