Skip to content

Commit

Permalink
Merge pull request #181 from e-picsa/hotfix/capacitor-version
Browse files Browse the repository at this point in the history
chore: pin capacitor core version
  • Loading branch information
chrismclarke authored Sep 24, 2023
2 parents 80f0c14 + 6531f22 commit 4252e68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $GOOGLE_SERVICES_JSON > apps/picsa-apps/extension-app-native/android/app/google-services.json
- name: Install Dependencies
run: yarn install
- name: Build Extension App
run: yarn nx run picsa-apps-extension-app-native:build
# Re-sync as remote cache won't populate files during nx build command
Expand Down
4 changes: 2 additions & 2 deletions apps/picsa-apps/extension-app-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.picsa.extension"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3034002
versionName "3.34.2"
versionCode 3034003
versionName "3.34.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picsa-apps",
"version": "3.34.2",
"version": "3.34.3",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@capacitor-firebase/performance": "^5.1.0",
"@capacitor/app": "^5.0.6",
"@capacitor/browser": "^5.1.0",
"@capacitor/core": "^5.4.1",
"@capacitor/core": "5.4.1",
"@capacitor/device": "^5.0.6",
"@capacitor/filesystem": "^5.1.4",
"@ionic-native/core": "^5.36.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ __metadata:
languageName: node
linkType: hard

"@capacitor/core@npm:^5.4.1":
"@capacitor/core@npm:5.4.1":
version: 5.4.1
resolution: "@capacitor/core@npm:5.4.1"
dependencies:
Expand Down Expand Up @@ -17687,7 +17687,7 @@ __metadata:
"@capacitor/app": ^5.0.6
"@capacitor/browser": ^5.1.0
"@capacitor/cli": latest
"@capacitor/core": ^5.4.1
"@capacitor/core": 5.4.1
"@capacitor/device": ^5.0.6
"@capacitor/filesystem": ^5.1.4
"@ionic-native/core": ^5.36.0
Expand Down

0 comments on commit 4252e68

Please sign in to comment.