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