Skip to content

Commit

Permalink
update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
youniaogu committed Dec 15, 2022
1 parent e16ba32 commit 1e7e1cb
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 @@ -138,8 +138,8 @@ android {
applicationId "com.mangareader"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 18
versionName "0.3.1"
versionCode 19
versionName "0.3.2"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
8 changes: 4 additions & 4 deletions ios/MangaReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -493,15 +493,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEVELOPMENT_TEAM = VAL2KK2S94;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = MangaReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.3.1;
MARKETING_VERSION = 0.3.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -521,14 +521,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEVELOPMENT_TEAM = VAL2KK2S94;
INFOPLIST_FILE = MangaReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.3.1;
MARKETING_VERSION = 0.3.2;
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,7 +1,7 @@
{
"name": "mangareader",
"version": "0.3.1",
"publishTime": "2022-12-08",
"version": "0.3.2",
"publishTime": "2022-12-15",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 1e7e1cb

Please sign in to comment.