File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
android/src/main/java/com/mendix/mendixnative/react
ios/Modules/MxConfiguration Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,7 @@ class MxConfiguration(val reactContext: ReactApplicationContext) {
5656 }
5757
5858 companion object {
59- /* *
60- * Side note for 11: I've bumped the nativeBinaryVersion from 12 to 30,
61- * because there needs to be version increment space for Mx 10.24.
62- * You can remove this comment when the next version is released.
63- *
64- *
65- * Increment nativeBinaryVersion to 30 for OP-SQlite database migration
66- */
67- const val NATIVE_BINARY_VERSION : Int = 30
59+ const val NATIVE_BINARY_VERSION : Int = 31
6860 const val NAME : String = " MxConfiguration"
6961 var defaultDatabaseName: String = " default"
7062
Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ import Foundation
33@objcMembers
44public class MxConfiguration : NSObject {
55
6- /**
7- * Side note for 11: I've bumped the nativeBinaryVersion from 12 to 30,
8- * because there needs to be version increment space for Mx 10.24.
9- * You can remove this comment when the next version is released.
10- *
11- * Increment nativeBinaryVersion to 30 for OP-SQlite database migration
12- */
13- private static let nativeBinaryVersion : Int = 30
6+ private static let nativeBinaryVersion : Int = 31
147 private static let defaultDatabaseName = " default "
158 private static let defaultFilesDirectoryName = " files/default "
169
Original file line number Diff line number Diff line change 11{
22 "name" : " mendix-native" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " Mendix native mobile package" ,
55 "main" : " ./lib/module/index.js" ,
66 "types" : " ./lib/typescript/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments