File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ android {
8282 applicationId " com.wmbrapp"
8383 minSdkVersion rootProject. ext. minSdkVersion
8484 targetSdkVersion rootProject. ext. targetSdkVersion
85- versionCode 11
86- versionName " 1.3 .0"
85+ versionCode 12
86+ versionName " 1.4 .0"
8787 }
8888 signingConfigs {
8989 debug {
Original file line number Diff line number Diff line change 245245 buildSettings = {
246246 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
247247 CLANG_ENABLE_MODULES = YES;
248- CURRENT_PROJECT_VERSION = 3 ;
248+ CURRENT_PROJECT_VERSION = 4 ;
249249 DEVELOPMENT_TEAM = LQ4D652TR8;
250250 ENABLE_BITCODE = NO;
251251 INFOPLIST_FILE = WmbrApp/Info.plist;
255255 "$(inherited)",
256256 "@executable_path/Frameworks",
257257 );
258- MARKETING_VERSION = 1.3 .0;
258+ MARKETING_VERSION = 1.4 .0;
259259 OTHER_LDFLAGS = (
260260 "$(inherited)",
261261 "-ObjC",
275275 buildSettings = {
276276 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
277277 CLANG_ENABLE_MODULES = YES;
278- CURRENT_PROJECT_VERSION = 3 ;
278+ CURRENT_PROJECT_VERSION = 4 ;
279279 DEVELOPMENT_TEAM = LQ4D652TR8;
280280 INFOPLIST_FILE = WmbrApp/Info.plist;
281281 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
284284 "$(inherited)",
285285 "@executable_path/Frameworks",
286286 );
287- MARKETING_VERSION = 1.3 .0;
287+ MARKETING_VERSION = 1.4 .0;
288288 OTHER_LDFLAGS = (
289289 "$(inherited)",
290290 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " WmbrApp" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
6565 " npx eslint --fix"
6666 ]
6767 }
68- }
68+ }
You can’t perform that action at this time.
0 commit comments