Skip to content

Commit 8775f31

Browse files
committed
Merge branch 'develop'
2 parents a23746c + d3e971f commit 8775f31

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.beanconqueror.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 80300
11-
versionName "8.3.0"
10+
versionCode 80302
11+
versionName "8.3.2"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.food-and-drink";
357357
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
358358
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
359-
MARKETING_VERSION = 8.3.0;
359+
MARKETING_VERSION = 8.3.2;
360360
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
361361
PRODUCT_BUNDLE_IDENTIFIER = com.beanconqueror.app;
362362
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -380,7 +380,7 @@
380380
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.food-and-drink";
381381
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
382382
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
383-
MARKETING_VERSION = 8.3.0;
383+
MARKETING_VERSION = 8.3.2;
384384
PRODUCT_BUNDLE_IDENTIFIER = com.beanconqueror.app;
385385
PRODUCT_NAME = "$(TARGET_NAME)";
386386
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

0 commit comments

Comments
 (0)