Skip to content

Commit

Permalink
Fix android and bump version numbers for release (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNetkow authored Dec 4, 2023
1 parent dae0452 commit c69cf26
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android {
applicationId "io.ionic.demoapp.ionifits"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "0.0.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner",
versionCode 1
versionName "5.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
'AUTH_URL_SCHEME': 'ionifits'
]
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appId": "io.ionic.demoapp.ionifits",
"appName": "Ionifits",
"webDir": "www",
"webDir": "www/browser",
"plugins": {
"SplashScreen": {
"launchShowDuration": 1000,
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.15;
MARKETING_VERSION = 5.0.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.demoapp.ionifits;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -379,7 +379,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.0.15;
MARKETING_VERSION = 5.0.0;
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.demoapp.ionifits;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appId": "io.ionic.demoapp.ionifits",
"appName": "Ionifits",
"webDir": "www",
"webDir": "www/browser",
"plugins": {
"SplashScreen": {
"launchShowDuration": 1000,
Expand Down

1 comment on commit c69cf26

@vercel
Copy link

@vercel vercel bot commented on c69cf26 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.