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

Commit 7af5455

Browse files
authored
Use SNAPSHOT 7352378 (#219)
Co-authored-by: Mihai Popa <popam@google.com>
1 parent e450604 commit 7af5455

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

constraintlayout/compose/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'org.jetbrains.kotlin.android'
55
}
66

7-
def compose_version = '1.0.0-beta02'
7+
def compose_version = '1.0.0-SNAPSHOT'
88

99
android {
1010
compileSdkVersion 30
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
composeOptions {
37-
kotlinCompilerVersion "1.4.31"
37+
kotlinCompilerVersion "1.4.32"
3838
kotlinCompilerExtensionVersion compose_version
3939
}
4040

constraintlayout/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ android.useAndroidX=true
77

88
constraintlayout.version=2.1.0-beta02
99
core.version=1.0.0-beta02
10-
compose.version=1.0.0-alpha06
10+
compose.version=1.0.0-alpha07

constraintlayout/settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99

1010
plugins {
11-
id 'org.jetbrains.kotlin.android' version '1.4.31'
11+
id 'org.jetbrains.kotlin.android' version '1.4.32'
1212
}
1313
resolutionStrategy {
1414
eachPlugin {
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
3232
mavenCentral()
3333
google()
3434
maven { url "../../prebuilts/tools/common/m2/repository" }
35-
maven { url "https://androidx.dev/snapshots/builds/7141639/artifacts/repository/" }
35+
maven { url "https://androidx.dev/snapshots/builds/7352378/artifacts/repository/" }
3636
jcenter()
3737
}
3838
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

0 commit comments

Comments
 (0)