File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ android {
8484 applicationId " kr.ny64.slunchv2"
8585 minSdkVersion rootProject. ext. minSdkVersion
8686 targetSdkVersion rootProject. ext. targetSdkVersion
87- versionCode 35
88- versionName " 0.11 .0"
87+ versionCode 36
88+ versionName " 0.12 .0"
8989 }
9090 signingConfigs {
9191 release {
Original file line number Diff line number Diff line change 359359 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360360 CLANG_ENABLE_MODULES = YES;
361361 CODE_SIGN_ENTITLEMENTS = slunchv2/slunchv2.entitlements;
362- CURRENT_PROJECT_VERSION = 31 ;
362+ CURRENT_PROJECT_VERSION = 32 ;
363363 DEVELOPMENT_TEAM = SS7CSVL2U8;
364364 ENABLE_BITCODE = NO;
365365 INFOPLIST_FILE = slunchv2/Info.plist;
370370 "$(inherited)",
371371 "@executable_path/Frameworks",
372372 );
373- MARKETING_VERSION = 0.11 .0;
373+ MARKETING_VERSION = 0.12 .0;
374374 OTHER_LDFLAGS = (
375375 "$(inherited)",
376376 "-ObjC",
391391 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
392392 CLANG_ENABLE_MODULES = YES;
393393 CODE_SIGN_ENTITLEMENTS = slunchv2/slunchv2.entitlements;
394- CURRENT_PROJECT_VERSION = 31 ;
394+ CURRENT_PROJECT_VERSION = 32 ;
395395 DEVELOPMENT_TEAM = SS7CSVL2U8;
396396 INFOPLIST_FILE = slunchv2/Info.plist;
397397 INFOPLIST_KEY_CFBundleDisplayName = NYL;
401401 "$(inherited)",
402402 "@executable_path/Frameworks",
403403 );
404- MARKETING_VERSION = 0.11 .0;
404+ MARKETING_VERSION = 0.12 .0;
405405 OTHER_LDFLAGS = (
406406 "$(inherited)",
407407 "-ObjC",
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import DeviceInfo from 'react-native-device-info';
33
44export const appVersion = DeviceInfo . getVersion ( ) ;
55export const appBuildNumber = DeviceInfo . getBuildNumber ( ) ;
6- export const buildDate = dayjs ( '2025-07-17 ' ) ;
6+ export const buildDate = dayjs ( '2025-08-18 ' ) ;
You can’t perform that action at this time.
0 commit comments