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 Dec 6, 2024
1 parent 3cef0ee commit 9467e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ android {
applicationId "com.noxplay.noxplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 348
versionCode 349
versionName "3.0.1"
manifestPlaceholders = [
appAuthRedirectScheme: 'com.noxplayer'
Expand Down
4 changes: 2 additions & 2 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 = 348;
CURRENT_PROJECT_VERSION = 349;
DEVELOPMENT_TEAM = 7U2TUNKNQX;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = example/Info.plist;
Expand Down Expand Up @@ -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 = 348;
CURRENT_PROJECT_VERSION = 349;
DEVELOPMENT_TEAM = 7U2TUNKNQX;
INFOPLIST_FILE = example/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@
},
"isSwift": true,
"packageManager": "[email protected]"
}
}

0 comments on commit 9467e03

Please sign in to comment.