Skip to content

Commit

Permalink
Fix testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 20, 2023
1 parent 749caf6 commit 1fb9008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ platform :ios do
skip_submission: true,
distribute_external: true,
notify_external_testers: true,
ipa: "./Tonbrett.ipa"
ipa: "./Tonbrett.ipa",
changelog: "New beta build"
)

delete_temp_keychain(keychain_name)
Expand Down
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.36"
version = "1.14.37"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1fb9008

Please sign in to comment.