Skip to content

Commit

Permalink
Fix iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 25, 2024
1 parent 8884d5f commit ee1abc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
id: tagName
- name: Setup Gradle
uses: gradle/[email protected]
- run: ./gradlew app:ios:podInstall :app:ios:linkPodReleaseFrameworkIosArm64
- run: ./gradlew :app:ios:podInstall :app:ios:linkPodReleaseFrameworkIosArm64
- name: Deploy iOS Beta to TestFlight via Fastlane
uses: maierj/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kotlin = "2.0.0-Beta4"
ktor = "2.3.8"
kmongo = "4.11.0"
kord = "0.13.1"
mikbot = "3.27.0"
mikbot = "3.29.0"
ksp = "2.0.0-Beta4-1.0.17"
kordex = "1.7.1-SNAPSHOT"
android = "8.2.2"
compose = "1.6.0-dev1440"
compose-wear = "1.2.1"
compose-wear = "1.3.0"
lyricist = "1.6.2"
google-play = "2.1.0"
coroutines = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include(
":app:android",
":app:android:shared",
// ":app:android:wear",
// ":app:ios"
":app:ios"
)

project(":app:android:shared").name = "androidShared"

0 comments on commit ee1abc6

Please sign in to comment.