Skip to content

Commit f4a320c

Browse files
authored
Upgrade dependencies - Patch 1 (#38)
1 parent c326e51 commit f4a320c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id 'com.android.application' version '8.0.0' apply false
15-
id 'com.android.library' version '8.0.0' apply false
16-
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
14+
id 'com.android.application' version '8.0.1' apply false
15+
id 'com.android.library' version '8.0.1' apply false
16+
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
1717
}

core/ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
compose true
1212
}
1313
composeOptions {
14-
kotlinCompilerExtensionVersion = "1.4.3"
14+
kotlinCompilerExtensionVersion = "1.4.7"
1515
}
1616
}
1717

presentation/presentation.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
compose true
1313
}
1414
composeOptions {
15-
kotlinCompilerExtensionVersion = "1.4.3"
15+
kotlinCompilerExtensionVersion = "1.4.7"
1616
}
1717
}
1818

0 commit comments

Comments
 (0)