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 @@ -7,8 +7,8 @@ android {
77 applicationId " com.beanconqueror.app"
88 minSdkVersion rootProject. ext. minSdkVersion
99 targetSdkVersion rootProject. ext. targetSdkVersion
10- versionCode 80004
11- versionName " 8.0.4 "
10+ versionCode 80100
11+ versionName " 8.1.0 "
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.0.4 ;
359+ MARKETING_VERSION = 8.1.0 ;
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.0.4 ;
383+ MARKETING_VERSION = 8.1.0 ;
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