Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KestasVenslauskas committed Jan 21, 2025
1 parent bbeabfd commit 36f3c5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ android {
applicationId "lt.mediapark.lrt"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 205201
versionName "2.52.1"
versionCode 205300
versionName "2.53.0"
multiDexEnabled true
resValue "string", "build_config_package", "lt.mediapark.lrt"
}
Expand Down
8 changes: 4 additions & 4 deletions ios/lrtApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -866,13 +866,13 @@
CODE_SIGN_ENTITLEMENTS = lrtApp/lrtApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 205203;
CURRENT_PROJECT_VERSION = 205300;
DEVELOPMENT_TEAM = TGMUP98888;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
INFOPLIST_FILE = lrtApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.52.3;
MARKETING_VERSION = 2.53.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -900,11 +900,11 @@
CODE_SIGN_ENTITLEMENTS = lrtApp/lrtAppRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 205203;
CURRENT_PROJECT_VERSION = 205300;
DEVELOPMENT_TEAM = TGMUP98888;
INFOPLIST_FILE = lrtApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.52.3;
MARKETING_VERSION = 2.53.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "lrt.lt",
"version": "2.52.1",
"version": "2.53.0",
"private": true,
"license": "MIT",
"scripts": {
"run-ios": "react-native run-ios",
"run-android": "react-native run-android",
"start": "react-native start",
"clean-build": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn cache clean && yarn install && cd ios && pod install && cd .. && yarn start --reset-cache",
"clean-build": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && cd ios && pod install && cd .. && yarn start --reset-cache",
"clean-build-win": "rmdir /s /q %appdata%\\..\\Temp\\react-native-* & rmdir /s /q node_modules & yarn cache clean --force & yarn install & cd android & gradlew clean & cd .. & yarn start --reset-cache",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx",
Expand Down

0 comments on commit 36f3c5a

Please sign in to comment.