From 6d91726e00620b19f14141598df09ad053e500e0 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 9 Feb 2024 16:57:28 -0800 Subject: eas nightlies (#2826) * add comment to config * add ios build num bump script * remove bak * add bump script for android * github action * add comment to config * testing * testing attempt 2 * add app id * ok add the app id the right way * Apply automatic changes * test the commit message * test the commit message again * Nightly iOS Build Bump * finished --------- Co-authored-by: haileyok --- app.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 8dcdbf5d4..701ca7fb7 100644 --- a/app.config.js +++ b/app.config.js @@ -19,11 +19,13 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. + * WARNING: Always leave this variable on line 24! If it is moved, you need to update ./scripts/bumpIosBuildNumber.sh */ - const IOS_BUILD_NUMBER = '2' + const IOS_BUILD_NUMBER = '3' /** * Android build number. Must be incremented for each release. + * WARNING: Always leave this variable on line 30! If it is moved, you need to update ./scripts/bumpAndroidBuildNumber.sh */ const ANDROID_VERSION_CODE = 61 -- cgit 1.4.1