Skip to content

Commit

Permalink
Fix iOs build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 8, 2023
1 parent aa158e3 commit 32324a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
brew install cocoapods
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java 19.0.1-tem
sdk install java 20.0.1-tem

# cd into actual project root
cd ../../../
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.12.2"
version = "1.12.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 32324a5

Please sign in to comment.