Skip to content

Commit 9550882

Browse files
committed
update deps
1 parent 0a1abff commit 9550882

11 files changed

+41
-290
lines changed

.idea/compiler.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/other.xml

-263
This file was deleted.

.idea/runConfigurations.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
}
77

88
android {
9-
compileSdk 34
9+
compileSdk 35
1010

1111
defaultConfig {
1212
applicationId "io.coreflodev.dog"
1313
minSdk 28
14-
targetSdk 34
14+
targetSdk 35
1515
versionCode 2
1616
versionName "1.0"
1717

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
kotlin_version = '2.0.0-RC3'
5-
ktor_version = "2.3.10"
6-
compose_version = '1.7.0-beta01'
4+
kotlin_version = '2.1.0-Beta1'
5+
ktor_version = "3.0.0-rc-1"
6+
compose_version = '1.7.2'
77

8-
core_lib_desugaring = "2.0.4"
8+
core_lib_desugaring = "2.1.2"
99
}
1010
repositories {
1111
google()
@@ -15,8 +15,8 @@ buildscript {
1515
}
1616

1717
plugins {
18-
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.20" apply false
19-
id("com.android.application") version '8.6.0-alpha02' apply false
18+
id 'com.google.devtools.ksp' version "$kotlin_version-1.0.25" apply false
19+
id("com.android.application") version '8.8.0-alpha03' apply false
2020
id("org.jetbrains.kotlin.android") version "$kotlin_version" apply false
2121
id("org.jetbrains.kotlin.plugin.compose") version "$kotlin_version" apply false
2222
}

0 commit comments

Comments
 (0)