Skip to content

Commit

Permalink
update latest used build number also in code
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Jan 10, 2024
1 parent cc575fb commit b2208ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ android {
multiDexEnabled true
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionCode 28
versionName "1.0.9"
missingDimensionStrategy 'react-native-camera', 'general'
manifestPlaceholders = [auth0Domain: "@string/AUTH0_DOMAIN", auth0Scheme: "${applicationId}"]
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,11 @@ SPEC CHECKSUMS:
A0Auth0: 5ae918d2f043395f83ac26d6eb85b249bcb54634
Auth0: 64da28fdc5cd499aa516dc4bfd0ace8efae2c1da
BEMCheckBox: 5ba6e37ade3d3657b36caecc35c8b75c6c2b1a4e
boost: a7c83b31436843459a1961bfd74b96033dc77234
boost: 57d2868c099736d80fcd648bf211b4431e51a558
BugsnagReactNative: 98fb350df4bb0c94cce903023531a1a5cc11fa51
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 4cce221dd782d3ff7c4172167bba09d58af67ccb
FBReactNativeSpec: c6bd9e179757b3c0ecf815864fae8032377903ef
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
Expand All @@ -895,7 +895,7 @@ SPEC CHECKSUMS:
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 476ee3e89abb49e07f822b48323c51c57124b572
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
jail-monkey: a71b35d482a70ecba844a90f002994012cf12a5d
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
Expand Down
4 changes: 2 additions & 2 deletions ios/treemapper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 130;
CURRENT_PROJECT_VERSION = 142;
DEVELOPMENT_TEAM = UYRJ8SA699;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR)) arm64";
Expand Down Expand Up @@ -675,7 +675,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 130;
CURRENT_PROJECT_VERSION = 142;
DEVELOPMENT_TEAM = UYRJ8SA699;
INFOPLIST_FILE = treemapper/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TreeMapper;
Expand Down

0 comments on commit b2208ed

Please sign in to comment.