Skip to content

Commit cb4babb

Browse files
authored
Merge pull request #14 from mathnotes-app/fix/durable-note-catalog
fix(storage): durable note catalog with crash recovery
2 parents 322880a + 4e5da11 commit cb4babb

17 files changed

Lines changed: 1348 additions & 315 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 8
96-
versionName "1.1"
95+
versionCode 9
96+
versionName "1.2"
9797

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

app.json

Lines changed: 3 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.1",
5+
"version": "1.2",
66
"scheme": "opennotes",
77
"orientation": "default",
88
"icon": "./assets/icon.png",
@@ -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"

0 commit comments

Comments
 (0)