Skip to content

Commit

Permalink
v4.0.11: Manually entered endpoints remain stored when a participant …
Browse files Browse the repository at this point in the history
…leaves a study and support for Android 14 is provided
  • Loading branch information
janoliver20 committed Jul 16, 2024
1 parent aa0cecc commit 32fba28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "ac.at.lbg.dhp.more"
minSdk = 29
targetSdk = 34
versionCode = 9
versionName = "4.0.10"
versionCode = 10
versionName = "4.0.11"
}
buildFeatures {
compose = true
Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.10;
MARKETING_VERSION = 4.0.11;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down Expand Up @@ -1838,7 +1838,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.10;
MARKETING_VERSION = 4.0.11;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down
4 changes: 2 additions & 2 deletions iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.0.10</string>
<string>4.0.11</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.0.10</string>
<string>4.0.11</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<false/>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down

0 comments on commit 32fba28

Please sign in to comment.