Skip to content

Commit

Permalink
Fix fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 1, 2023
1 parent 546391e commit 85abc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/ios/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"
gem "xcode-install"
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.2"
version = "1.16.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 85abc01

Please sign in to comment.