diff --git a/app/ios/fastlane/Matchfile b/app/ios/fastlane/Matchfile index 9fd171ad..b6f93eba 100644 --- a/app/ios/fastlane/Matchfile +++ b/app/ios/fastlane/Matchfile @@ -2,7 +2,7 @@ git_url("https://github.com/DRSchlaubi/tonbrett-appstore-key.git") storage_mode("git") -type("development") # The default type, can be: appstore, adhoc, enterprise or development +type("appstore") # The default type, can be: appstore, adhoc, enterprise or development # app_identifier(["tools.fastlane.app", "tools.fastlane.app2"]) # username("user@fastlane.tools") # Your Apple Developer Portal username diff --git a/build.gradle.kts b/build.gradle.kts index abd22b99..d7a5d1cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "dev.schlaubi.tonbrett" - version = "1.22.7" + version = "1.22.8" repositories { mavenCentral()