Skip to content

Commit

Permalink
build: release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Aug 28, 2024
1 parent 2afc5c7 commit faf187c
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 @@ -91,8 +91,8 @@ android {
applicationId "com.noxplay.noxplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 257
versionName "2.18.0"
versionCode 258
versionName "2.18.1"
manifestPlaceholders = [
appAuthRedirectScheme: 'com.noxplayer'
]
Expand Down
8 changes: 4 additions & 4 deletions ios/APM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "azusa-player-mobile.entitlements";
CURRENT_PROJECT_VERSION = 257;
CURRENT_PROJECT_VERSION = 258;
DEVELOPMENT_TEAM = 7U2TUNKNQX;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = example/Info.plist;
Expand All @@ -627,7 +627,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.18.0;
MARKETING_VERSION = 2.18.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -651,7 +651,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "azusa-player-mobile.entitlements";
CURRENT_PROJECT_VERSION = 257;
CURRENT_PROJECT_VERSION = 258;
DEVELOPMENT_TEAM = 7U2TUNKNQX;
INFOPLIST_FILE = example/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
Expand All @@ -660,7 +660,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.18.0;
MARKETING_VERSION = 2.18.1;
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,6 +1,6 @@
{
"name": "azusa-player-mobile",
"version": "2.18.0",
"version": "2.18.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -176,4 +176,4 @@
},
"isSwift": true,
"packageManager": "[email protected]"
}
}

0 comments on commit faf187c

Please sign in to comment.