Skip to content

Commit dca1813

Browse files
Increment build number
1 parent c98050b commit dca1813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EEFRT Demo Android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
applicationId = "au.org.blackdoginstitute.effrtdemo"
7070
minSdk = 28
7171
targetSdk = 35
72-
versionCode = 3
72+
versionCode = 4
7373
versionName = "1.0"
7474

7575
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

EEFRT Demo iOS/EEFRT Demo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
287287
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
288288
CODE_SIGN_STYLE = Automatic;
289-
CURRENT_PROJECT_VERSION = 3;
289+
CURRENT_PROJECT_VERSION = 4;
290290
DEVELOPMENT_ASSET_PATHS = "\"EEFRT Demo/Preview Content\"";
291291
DEVELOPMENT_TEAM = 2RN8NLU4XR;
292292
ENABLE_PREVIEWS = YES;
@@ -322,7 +322,7 @@
322322
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
323323
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
324324
CODE_SIGN_STYLE = Automatic;
325-
CURRENT_PROJECT_VERSION = 3;
325+
CURRENT_PROJECT_VERSION = 4;
326326
DEVELOPMENT_ASSET_PATHS = "\"EEFRT Demo/Preview Content\"";
327327
DEVELOPMENT_TEAM = 2RN8NLU4XR;
328328
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)