@@ -5,14 +5,13 @@ plugins {
5
5
6
6
android {
7
7
compileSdk 34
8
- buildToolsVersion " 34.0.0"
9
8
10
9
defaultConfig {
11
10
applicationId " com.bharathvishal.coroutineasasynctask"
12
11
minSdk 23
13
12
targetSdk 34
14
- versionCode 18
15
- versionName " 1.0.10 "
13
+ versionCode 19
14
+ versionName " 1.0.11 "
16
15
17
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
18
17
vectorDrawables {
@@ -43,7 +42,7 @@ android {
43
42
compose true
44
43
}
45
44
composeOptions {
46
- kotlinCompilerExtensionVersion " 1.5.1 "
45
+ kotlinCompilerExtensionVersion " 1.5.4 "
47
46
}
48
47
packagingOptions {
49
48
resources {
@@ -55,20 +54,20 @@ android {
55
54
56
55
dependencies {
57
56
implementation ' androidx.core:core-ktx:1.12.0'
58
- implementation " androidx.compose.ui:ui:1.5.1 "
59
- implementation ' androidx.compose.material3:material3:1.2.0-alpha07 '
60
- implementation " androidx.compose.material3:material3-window-size-class:1.2.0-alpha07 "
61
- implementation " androidx.compose.ui:ui-tooling-preview:1.5.1 "
57
+ implementation " androidx.compose.ui:ui:1.5.4 "
58
+ implementation ' androidx.compose.material3:material3:1.2.0-alpha10 '
59
+ implementation " androidx.compose.material3:material3-window-size-class:1.2.0-alpha10 "
60
+ implementation " androidx.compose.ui:ui-tooling-preview:1.5.4 "
62
61
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
63
- implementation ' androidx.activity:activity-compose:1.7.2 '
64
- implementation ' com.google.android.material:material:1.9 .0'
62
+ implementation ' androidx.activity:activity-compose:1.8.0 '
63
+ implementation ' com.google.android.material:material:1.10 .0'
65
64
testImplementation ' junit:junit:4.13.2'
66
65
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
67
66
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
68
- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.5.1 "
69
- debugImplementation " androidx.compose.ui:ui-tooling:1.5.1 "
70
- debugImplementation " androidx.compose.ui:ui-test-manifest:1.5.1 "
67
+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.5.4 "
68
+ debugImplementation " androidx.compose.ui:ui-tooling:1.5.4 "
69
+ debugImplementation " androidx.compose.ui:ui-test-manifest:1.5.4 "
71
70
implementation ' androidx.appcompat:appcompat:1.6.1'
72
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 "
71
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2 "
73
72
implementation ' androidx.cardview:cardview:1.0.0'
74
73
}
0 commit comments