Skip to content

Commit 322880a

Browse files
authored
Merge pull request #13 from mathnotes-app/chore/release-1.1-build-8
chore(release): bump version to 1.1 (build 8)
2 parents 398fcf5 + ce02f09 commit 322880a

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ android {
9292
applicationId 'com.builderpro.opennotes'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
95-
versionCode 7
96-
versionName "1.0.1"
95+
versionCode 8
96+
versionName "1.1"
9797

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

app.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "OpenNotes",
44
"slug": "open-notes",
5-
"version": "1.0.1",
5+
"version": "1.1",
66
"scheme": "opennotes",
77
"orientation": "default",
88
"icon": "./assets/icon.png",
@@ -16,9 +16,10 @@
1616
"ios": {
1717
"bundleIdentifier": "com.builderpro.opennotes",
1818
"icon": "./assets/icon.png",
19-
"buildNumber": "7",
19+
"buildNumber": "8",
2020
"supportsTablet": true,
2121
"infoPlist": {
22+
"ITSAppUsesNonExemptEncryption": false,
2223
"NSPhotoLibraryUsageDescription": "OpenNotes needs access to your photo library so you can insert images into your notes.",
2324
"NSCameraUsageDescription": "OpenNotes needs camera access so you can capture images directly into your notes.",
2425
"LSSupportsOpeningDocumentsInPlace": true,
@@ -54,7 +55,7 @@
5455
},
5556
"android": {
5657
"package": "com.builderpro.opennotes",
57-
"versionCode": 7,
58+
"versionCode": 8,
5859
"adaptiveIcon": {
5960
"foregroundImage": "./assets/adaptive-icon.png",
6061
"backgroundColor": "#F7F7F4"

ios/OpenNotes.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 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 = 7;
357+
CURRENT_PROJECT_VERSION = 8;
358358
DEVELOPMENT_TEAM = U2CPXQV7AJ;
359359
ENABLE_BITCODE = NO;
360360
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -367,7 +367,7 @@
367367
"$(inherited)",
368368
"@executable_path/Frameworks",
369369
);
370-
MARKETING_VERSION = 1.0.1;
370+
MARKETING_VERSION = 1.1;
371371
OTHER_LDFLAGS = (
372372
"$(inherited)",
373373
"-ObjC",
@@ -393,15 +393,15 @@
393393
CODE_SIGN_ENTITLEMENTS = OpenNotes/OpenNotes.entitlements;
394394
CODE_SIGN_IDENTITY = "Apple Development";
395395
CODE_SIGN_STYLE = Automatic;
396-
CURRENT_PROJECT_VERSION = 7;
396+
CURRENT_PROJECT_VERSION = 8;
397397
DEVELOPMENT_TEAM = U2CPXQV7AJ;
398398
INFOPLIST_FILE = OpenNotes/Info.plist;
399399
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
400400
LD_RUNPATH_SEARCH_PATHS = (
401401
"$(inherited)",
402402
"@executable_path/Frameworks",
403403
);
404-
MARKETING_VERSION = 1.0.1;
404+
MARKETING_VERSION = 1.1;
405405
OTHER_LDFLAGS = (
406406
"$(inherited)",
407407
"-ObjC",

ios/OpenNotes/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<key>CFBundlePackageType</key>
3535
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
3636
<key>CFBundleShortVersionString</key>
37-
<string>1.0.1</string>
37+
<string>1.1</string>
3838
<key>CFBundleSignature</key>
3939
<string>????</string>
4040
<key>CFBundleURLTypes</key>
@@ -54,7 +54,9 @@
5454
</dict>
5555
</array>
5656
<key>CFBundleVersion</key>
57-
<string>7</string>
57+
<string>8</string>
58+
<key>ITSAppUsesNonExemptEncryption</key>
59+
<false/>
5860
<key>LSMinimumSystemVersion</key>
5961
<string>12.0</string>
6062
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)