From 61485aedca0c73fc8b6ee1a55bf484c23d2f6ed3 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sat, 21 Oct 2023 08:36:10 +0200 Subject: [PATCH] Increase iOS target --- app/ios/Podfile | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ios/Podfile b/app/ios/Podfile index a0639a9..fddcf07 100644 --- a/app/ios/Podfile +++ b/app/ios/Podfile @@ -1,6 +1,6 @@ target 'iosApp' do use_frameworks! - platform :ios, '15.1' + platform :ios, '16.5' pod 'ios', :path => '.' pod 'FirebaseCore', '~> 10.16' end diff --git a/build.gradle.kts b/build.gradle.kts index d3e6b16..fffd706 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { allprojects { group = "dev.schlaubi.tonbrett" - version = "1.14.38" + version = "1.14.39" repositories { mavenCentral()