This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed
buildSrc/src/main/java/com/google/android/material/composethemeadapter Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
2121}
2222
2323object 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} "
Original file line number Diff line number Diff line change 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
172distributionBase =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
194distributionPath =wrapper/dists
205zipStorePath =wrapper/dists
21- zipStoreBase =GRADLE_USER_HOME
6+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments