Skip to content

Commit 00cc46e

Browse files
committed
dev commit
1 parent 8f3ee92 commit 00cc46e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
buildscript {
2020
ext {
21-
compose_version = '1.5.1'
21+
compose_version = '1.5.4'
2222
}
2323
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2424
plugins {
2525
id 'com.android.application' version '8.1.1' apply false
2626
id 'com.android.library' version '8.1.1' apply false
27-
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
27+
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
2828
}

textviewermodule/build.gradle

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
defaultConfig {
2929
minSdk 22
3030
targetSdk 34
31-
versionCode 9
32-
versionName "1.2.3"
31+
versionCode 12
32+
versionName "1.2.4"
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
consumerProguardFiles "consumer-rules.pro"
@@ -56,7 +56,7 @@ android {
5656
viewBinding true
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion '1.5.1'
59+
kotlinCompilerExtensionVersion '1.5.4'
6060
}
6161
packagingOptions {
6262
resources {
@@ -67,25 +67,25 @@ android {
6767

6868
dependencies {
6969
implementation 'androidx.appcompat:appcompat:1.6.1'
70-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1"
70+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2"
7171
implementation 'androidx.cardview:cardview:1.0.0'
7272
implementation 'androidx.core:core-ktx:1.12.0'
7373
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
74-
implementation 'com.google.android.material:material:1.11.0-alpha02'
74+
implementation 'com.google.android.material:material:1.11.0-beta01'
7575
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7676
testImplementation 'junit:junit:4.13.2'
7777
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
7878
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7979

80-
implementation 'androidx.compose.material3:material3:1.2.0-alpha07'
81-
implementation 'androidx.activity:activity-compose:1.7.2'
82-
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.0-alpha05"
83-
implementation 'androidx.compose.material3:material3:1.2.0-alpha07'
84-
implementation "androidx.compose.ui:ui:1.6.0-alpha05"
85-
implementation 'androidx.activity:activity-compose:1.7.2'
86-
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.5.1"
87-
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.0-alpha05'
88-
implementation "androidx.compose.ui:ui-tooling-preview:1.6.0-alpha05"
89-
implementation 'androidx.compose.material:material-icons-extended:1.6.0-alpha05'
80+
implementation 'androidx.compose.material3:material3:1.2.0-alpha10'
81+
implementation 'androidx.activity:activity-compose:1.8.0'
82+
debugImplementation "androidx.compose.ui:ui-test-manifest:1.6.0-alpha08"
83+
implementation 'androidx.compose.material3:material3:1.2.0-alpha10'
84+
implementation "androidx.compose.ui:ui:1.6.0-alpha08"
85+
implementation 'androidx.activity:activity-compose:1.8.0'
86+
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.5.4"
87+
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.0-alpha08'
88+
implementation "androidx.compose.ui:ui-tooling-preview:1.6.0-alpha08"
89+
implementation 'androidx.compose.material:material-icons-extended:1.6.0-alpha08'
9090
implementation "com.google.accompanist:accompanist-systemuicontroller:0.28.0"
9191
}

0 commit comments

Comments
 (0)