Skip to content

Commit 9c5505c

Browse files
authored
Merge pull request #191 from joreilly/dependency_updates
dependency updates
2 parents 69d0425 + 8f292d1 commit 9c5505c

File tree

3 files changed

+53
-18
lines changed

3 files changed

+53
-18
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
[versions]
2-
googleAdk = "0.2.0"
3-
koogAgents = "0.4.1"
4-
kotlin = "2.2.10"
5-
ksp = "2.2.10-2.0.2"
2+
kotlin = "2.2.20"
3+
ksp = "2.2.20-2.0.2"
64
kotlinx-coroutines = "1.10.2"
75
kotlinxSerialization = "1.9.0"
86

9-
agp = "8.12.2"
7+
agp = "8.12.3"
108
android-compileSdk = "36"
119
android-minSdk = "24"
1210
android-targetSdk = "36"
13-
androidx-activityCompose = "1.10.1"
14-
compose = "1.9.0"
11+
androidx-activityCompose = "1.11.0"
12+
compose = "1.9.1"
1513
compose-plugin = "1.8.2"
1614
composeAdaptiveLayout = "1.1.2"
1715
harawata-appdirs = "1.4.0"
18-
koalaplot = "0.9.0"
19-
koin = "4.1.0"
20-
koin-compose-multiplatform = "4.1.0"
21-
kmpNativeCoroutines = "1.0.0-ALPHA-46"
22-
kmpObservableViewModel = "1.0.0-BETA-13"
16+
koalaplot = "0.9.1"
17+
koin = "4.1.1"
18+
koin-compose-multiplatform = "4.1.1"
19+
kmpNativeCoroutines = "1.0.0-ALPHA-47"
20+
kmpObservableViewModel = "1.0.0-BETA-14"
2321
kstore = "1.0.0"
2422
ktor = "3.2.3"
2523
treemapChart = "0.1.3"
2624
voyager= "1.1.0-beta03"
2725
molecule = "2.1.0"
2826
mcp = "0.6.0"
29-
shadowPlugin = "9.0.2"
27+
shadowPlugin = "9.1.0"
3028
jib = "3.4.5"
29+
googleAdk = "0.2.0"
30+
koogAgents = "0.4.1"
31+
3132

3233
[libraries]
3334
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
1.25 KB
Binary file not shown.
Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
version = "1.3">
4-
<BuildAction>
3+
version = "1.7">
4+
<BuildAction
5+
parallelizeBuildables = "YES"
6+
buildImplicitDependencies = "YES">
57
<BuildActionEntries>
68
<BuildActionEntry
7-
buildForRunning = "YES">
9+
buildForTesting = "YES"
10+
buildForRunning = "YES"
11+
buildForProfiling = "YES"
12+
buildForArchiving = "YES"
13+
buildForAnalyzing = "YES">
814
<BuildableReference
915
BuildableIdentifier = "primary"
1016
BlueprintIdentifier = "7555FF7A242A565900829871"
@@ -15,11 +21,25 @@
1521
</BuildActionEntry>
1622
</BuildActionEntries>
1723
</BuildAction>
24+
<TestAction
25+
buildConfiguration = "Debug"
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
shouldAutocreateTestPlan = "YES">
30+
</TestAction>
1831
<LaunchAction
19-
useCustomWorkingDirectory = "NO"
2032
buildConfiguration = "Debug"
33+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
34+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
35+
launchStyle = "0"
36+
useCustomWorkingDirectory = "NO"
37+
ignoresPersistentStateOnLaunch = "NO"
38+
debugDocumentVersioning = "YES"
39+
debugServiceExtension = "internal"
2140
allowLocationSimulation = "YES">
22-
<BuildableProductRunnable>
41+
<BuildableProductRunnable
42+
runnableDebuggingMode = "0">
2343
<BuildableReference
2444
BuildableIdentifier = "primary"
2545
BlueprintIdentifier = "7555FF7A242A565900829871"
@@ -29,4 +49,18 @@
2949
</BuildableReference>
3050
</BuildableProductRunnable>
3151
</LaunchAction>
52+
<ProfileAction
53+
buildConfiguration = "Release"
54+
shouldUseLaunchSchemeArgsEnv = "YES"
55+
savedToolIdentifier = ""
56+
useCustomWorkingDirectory = "NO"
57+
debugDocumentVersioning = "YES">
58+
</ProfileAction>
59+
<AnalyzeAction
60+
buildConfiguration = "Debug">
61+
</AnalyzeAction>
62+
<ArchiveAction
63+
buildConfiguration = "Release"
64+
revealArchiveInOrganizer = "YES">
65+
</ArchiveAction>
3266
</Scheme>

0 commit comments

Comments
 (0)