We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5540246 + adf2dbd commit a771d24Copy full SHA for a771d24
.github/actions/ios-action/action.yml
@@ -9,7 +9,7 @@ runs:
9
- name: Setup Xcode
10
uses: maxim-lobanov/setup-xcode@v1
11
with:
12
- xcode-version: latest-stable
+ xcode-version: 16.4
13
14
- name: Set up cocoapods
15
uses: maxim-lobanov/setup-cocoapods@v1
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
androidxUiTest = "1.9.1"
3
koin = "4.1.1"
4
-ktorClient = "3.2.3"
+ktorClient = "3.3.0"
5
kotlinxCoroutines = "1.10.2"
6
coil3 = "3.3.0"
7
lifecycleRuntimeAndroid = "2.9.3"
0 commit comments