File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" ,
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 ,
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"
Original file line number Diff line number Diff line change 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 = (
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",
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",
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments