Skip to content

Commit 5ea2603

Browse files
committed
dev commit
1 parent d6121e7 commit 5ea2603

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ plugins {
55

66
android {
77
compileSdk 34
8-
buildToolsVersion "34.0.0"
98

109
defaultConfig {
1110
applicationId "com.bharathvishal.coroutineasasynctask"
1211
minSdk 23
1312
targetSdk 34
14-
versionCode 18
15-
versionName "1.0.10"
13+
versionCode 19
14+
versionName "1.0.11"
1615

1716
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1817
vectorDrawables {
@@ -43,7 +42,7 @@ android {
4342
compose true
4443
}
4544
composeOptions {
46-
kotlinCompilerExtensionVersion "1.5.1"
45+
kotlinCompilerExtensionVersion "1.5.4"
4746
}
4847
packagingOptions {
4948
resources {
@@ -55,20 +54,20 @@ android {
5554

5655
dependencies {
5756
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"
6261
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'
6564
testImplementation 'junit:junit:4.13.2'
6665
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6766
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"
7170
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"
7372
implementation 'androidx.cardview:cardview:1.0.0'
7473
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
33
plugins {
4-
id 'com.android.application' version '8.1.1' apply false
5-
id 'com.android.library' version '8.1.1' apply false
6-
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
4+
id 'com.android.application' version '8.1.3' apply false
5+
id 'com.android.library' version '8.1.3' apply false
6+
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
77
}
88

99
tasks.register('clean', Delete) {

0 commit comments

Comments
 (0)