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

Commit 626e727

Browse files
author
Nick Rout
committed
Update to Compose 1.1.1 and Compose Material 3 1.0.0-alpha06
1 parent 7f27eeb commit 626e727

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

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

Lines changed: 3 additions & 3 deletions
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.4"
24+
const val androidGradlePlugin = "com.android.tools.build:gradle:7.1.2"
2525

2626
const val gradleMavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.13.0"
2727

@@ -52,15 +52,15 @@ object Libs {
5252
else -> throw IllegalArgumentException("Snapshot version not set")
5353
}
5454

55-
const val version = "1.1.0"
55+
const val version = "1.1.1"
5656

5757
const val runtime = "androidx.compose.runtime:runtime:$version"
5858
const val foundation = "androidx.compose.foundation:foundation:${version}"
5959
const val layout = "androidx.compose.foundation:foundation-layout:${version}"
6060

6161
const val ui = "androidx.compose.ui:ui:${version}"
6262
const val material = "androidx.compose.material:material:${version}"
63-
const val material3 = "androidx.compose.material3:material3:1.0.0-alpha05"
63+
const val material3 = "androidx.compose.material3:material3:1.0.0-alpha06"
6464

6565
const val tooling = "androidx.compose.ui:ui-tooling:${version}"
6666
const val test = "androidx.compose.ui:ui-test-junit4:${version}"
Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
#
2-
# Copyright 2020 The Android Open Source Project
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# https://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
1+
#Thu Feb 24 16:10:26 SAST 2022
172
distributionBase=GRADLE_USER_HOME
18-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
194
distributionPath=wrapper/dists
205
zipStorePath=wrapper/dists
21-
zipStoreBase=GRADLE_USER_HOME
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)