Skip to content

Commit

Permalink
realtime code push
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Aug 31, 2023
1 parent 4577a75 commit 635efbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ menu:

<template id="banner-tpl">
<div class="banner">
<div>New Wildwood Assembly</div>
<div>Wildwood Assembly</div>
<div>Welcome Home</div>
</div>
</template>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "1.0.0",
"dependencies": {
"@capacitor/android": "^5.3.0",
"@capacitor/core": "^5.3.0",
Expand Down

0 comments on commit 635efbd

Please sign in to comment.