diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 3015f97765..37e85af06f 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -26,8 +26,8 @@ android { applicationId = "com.noop.whoop" minSdk = 26 targetSdk = 34 - versionCode = 303 - versionName = "9.2.1" + versionCode = 305 + versionName = "9.2.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/project.yml b/project.yml index f3b1abf533..75f748d05c 100644 --- a/project.yml +++ b/project.yml @@ -17,7 +17,7 @@ configFiles: Release: Config/BundleId.xcconfig settings: base: - MARKETING_VERSION: "9.2.1" + MARKETING_VERSION: "9.2.2" # iOS build number (CFBundleVersion). GLOBAL so the iOS app AND its widget extension inherit the # SAME value — they must match or iOS warns "extension version must match parent app" (#416). # macOS sets its own CFBundleVersion on the Strand target and is unaffected by this.