Skip to content

Commit 8b87009

Browse files
update jetpack compose version to 1.3.0-rc01
1 parent 3b8878d commit 8b87009

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.3.1'
40+
kotlinCompilerExtensionVersion = "1.3.2"
4141
}
4242
packagingOptions {
4343
resources {
@@ -78,7 +78,7 @@ dependencies {
7878
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
7979

8080
// Material Design 3 for Compose
81-
implementation "androidx.compose.material3:material3:1.0.0-beta03"
81+
implementation "androidx.compose.material3:material3:1.0.0-rc01"
8282

8383
def nav_compose_version = "2.5.2"
8484
implementation "androidx.navigation:navigation-compose:$nav_compose_version"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
compose_version = '1.3.0-beta03'
3+
compose_version = '1.3.0-rc01'
44
}
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
plugins {

cropper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation "androidx.compose.material:material-icons-extended:$compose_version"
6060

6161
// Material Design 3 for Compose
62-
implementation "androidx.compose.material3:material3:1.0.0-beta03"
62+
implementation "androidx.compose.material3:material3:1.0.0-rc01"
6363

6464
testImplementation 'junit:junit:4.13.2'
6565
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

0 commit comments

Comments
 (0)