Skip to content

Commit 96d426d

Browse files
committed
dependency updates
1 parent ae33b20 commit 96d426d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ kotlin {
5454

5555
android {
5656
namespace = "dev.johnoreilly.vertexai"
57-
compileSdk = 35
57+
compileSdk = 36
5858

5959
defaultConfig {
6060
applicationId = "dev.johnoreilly.vertexai"
6161
minSdk = 24
62-
targetSdk = 35
62+
targetSdk = 36
6363
versionCode = 1
6464
versionName = "1.0"
6565
}

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
2-
agp = "8.10.1"
2+
agp = "8.11.1"
33
androidx-activityCompose = "1.10.1"
44
androidx-ui-tooling = "1.8.3"
55
coil = "3.2.0"
66
compose-multiplatform = "1.8.2"
7-
firebaseBom = "33.15.0"
8-
googleServices = "4.4.2"
7+
firebaseBom = "33.16.0"
8+
googleServices = "4.4.3"
99
koin = "4.1.0"
1010
kotlin = "2.2.0"
11-
kotlinx-serialization = "1.8.1"
12-
markdownRenderer = "0.27.0"
13-
composeLifecyleRuntime="2.9.0"
11+
kotlinx-serialization = "1.9.0"
12+
markdownRenderer = "0.35.0"
13+
composeLifecyleRuntime="2.9.1"
1414
skie = "0.10.4"
1515

1616
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

iosApp/iosApp.xcodeproj/xcuserdata/joreilly.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>iosApp.xcscheme_^#shared#^_</key>
7+
<key>iosApp.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>0</integer>

0 commit comments

Comments
 (0)