Skip to content

Commit ba5343d

Browse files
committed
chore(release): bump version to 1.1 (build 9), declare exempt encryption
Build 8 was prepared on chore/release-1.1-build-8; build 9 supersedes it with the data-durability fix included. Claude-Session: https://claude.ai/code/session_01EEVkk7pkngePErcAAQveCx
1 parent 538aeba commit ba5343d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292
applicationId 'com.builderpro.opennotes'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
95-
versionCode 8
95+
versionCode 9
9696
versionName "1.1"
9797

9898
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ios": {
1717
"bundleIdentifier": "com.builderpro.opennotes",
1818
"icon": "./assets/icon.png",
19-
"buildNumber": "8",
19+
"buildNumber": "9",
2020
"supportsTablet": true,
2121
"infoPlist": {
2222
"ITSAppUsesNonExemptEncryption": false,
@@ -55,7 +55,7 @@
5555
},
5656
"android": {
5757
"package": "com.builderpro.opennotes",
58-
"versionCode": 8,
58+
"versionCode": 9,
5959
"adaptiveIcon": {
6060
"foregroundImage": "./assets/adaptive-icon.png",
6161
"backgroundColor": "#F7F7F4"

ios/OpenNotes.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
CODE_SIGN_ENTITLEMENTS = OpenNotes/OpenNotes.entitlements;
355355
CODE_SIGN_IDENTITY = "Apple Development";
356356
CODE_SIGN_STYLE = Automatic;
357-
CURRENT_PROJECT_VERSION = 8;
357+
CURRENT_PROJECT_VERSION = 9;
358358
DEVELOPMENT_TEAM = U2CPXQV7AJ;
359359
ENABLE_BITCODE = NO;
360360
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -393,7 +393,7 @@
393393
CODE_SIGN_ENTITLEMENTS = OpenNotes/OpenNotes.entitlements;
394394
CODE_SIGN_IDENTITY = "Apple Development";
395395
CODE_SIGN_STYLE = Automatic;
396-
CURRENT_PROJECT_VERSION = 8;
396+
CURRENT_PROJECT_VERSION = 9;
397397
DEVELOPMENT_TEAM = U2CPXQV7AJ;
398398
INFOPLIST_FILE = OpenNotes/Info.plist;
399399
IPHONEOS_DEPLOYMENT_TARGET = 15.1;

ios/OpenNotes/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</dict>
5555
</array>
5656
<key>CFBundleVersion</key>
57-
<string>8</string>
57+
<string>9</string>
5858
<key>ITSAppUsesNonExemptEncryption</key>
5959
<false/>
6060
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)