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 May 3, 2024
1 parent 7723ecb commit 97a3233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
applicationId "com.noxplay.noxplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 179
versionCode 180
versionName "2.15.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 @@ -608,7 +608,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 179;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 7U2TUNKNQX;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = example/Info.plist;
Expand Down Expand Up @@ -641,7 +641,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 179;
CURRENT_PROJECT_VERSION = 180;
DEVELOPMENT_TEAM = 7U2TUNKNQX;
INFOPLIST_FILE = example/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
Expand Down

0 comments on commit 97a3233

Please sign in to comment.