Skip to content

Commit

Permalink
Merge pull request #182 from e-picsa/hotfix/capacitor-android
Browse files Browse the repository at this point in the history
chore: bump capacitor-android version
  • Loading branch information
chrismclarke authored Sep 25, 2023
2 parents 4252e68 + 3008b79 commit 7e0c917
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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 3034003
versionName "3.34.3"
versionCode 3034004
versionName "3.34.4"
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 libs/environments/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import packageJson from '../../../package.json';

export const APP_VERSION = {
number: packageJson.version,
date: '2023-09-24',
date: '2023-09-25',
};
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.3",
"version": "3.34.4",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@angular/compiler-cli": "16.2.5",
"@angular/language-service": "16.2.5",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@capacitor/android": "^5.4.0",
"@capacitor/android": "5.4.1",
"@capacitor/cli": "latest",
"@nx/cypress": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2348,12 +2348,12 @@ __metadata:
languageName: node
linkType: hard

"@capacitor/android@npm:^5.4.0":
version: 5.4.0
resolution: "@capacitor/android@npm:5.4.0"
"@capacitor/android@npm:^5.4.1":
version: 5.4.1
resolution: "@capacitor/android@npm:5.4.1"
peerDependencies:
"@capacitor/core": ^5.4.0
checksum: c8c2e20702cbd2c00681d34a71cae7bce0712aa22b7b25be836741cdc945ede7f876bea210ab9242a5cd0b2eb8c458bf77fc59d72defabdbb2fc170aed756ef7
checksum: 9abd6270209b414811ff63ad64ec4d6393f72497dfdb88578d0be47db493fd32a3352a4797095b3520cbc38e9532a6620f589639fcb22abfbaea274aca5754f1
languageName: node
linkType: hard

Expand Down Expand Up @@ -17683,7 +17683,7 @@ __metadata:
"@capacitor-community/firebase-analytics": ^5.0.1
"@capacitor-community/firebase-crashlytics": ^3.0.0
"@capacitor-firebase/performance": ^5.1.0
"@capacitor/android": ^5.4.0
"@capacitor/android": ^5.4.1
"@capacitor/app": ^5.0.6
"@capacitor/browser": ^5.1.0
"@capacitor/cli": latest
Expand Down

0 comments on commit 7e0c917

Please sign in to comment.