Skip to content

Commit

Permalink
Increase iOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 21, 2023
1 parent 7b6a851 commit 61485ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ios/Podfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.38"
version = "1.14.39"

repositories {
mavenCentral()
Expand Down

0 comments on commit 61485ae

Please sign in to comment.