File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ android {
9292 applicationId = " org.opendataensemble.formulus"
9393 minSdk = rootProject. ext. minSdkVersion
9494 targetSdk = rootProject. ext. targetSdkVersion
95- versionCode = 1
96- versionName = " 1.0.0 "
95+ versionCode = 2
96+ versionName = " 1.0.1 "
9797
9898 // Enable VisionCamera code scanner
9999 buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , (findProperty(" newArchEnabled" ) ?: " false" ). toString()
Original file line number Diff line number Diff line change 304304 "$(inherited)",
305305 "@executable_path/Frameworks",
306306 );
307- MARKETING_VERSION = 1.0;
307+ MARKETING_VERSION = 1.0.1 ;
308308 OTHER_LDFLAGS = (
309309 "$(inherited)",
310310 "-ObjC",
329329 buildSettings = {
330330 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
331331 CLANG_ENABLE_MODULES = YES;
332- CURRENT_PROJECT_VERSION = 1 ;
332+ CURRENT_PROJECT_VERSION = 2 ;
333333 DEVELOPMENT_TEAM = ZZ9482ZVMJ;
334334 INFOPLIST_FILE = Formulus/Info.plist;
335335 IPHONEOS_DEPLOYMENT_TARGET = 15.1;
You can’t perform that action at this time.
0 commit comments