Skip to content

Commit 380c92d

Browse files
authored
Merge pull request #227 from gobitfly/bids2194/popupfix
Fix popover in Chrome not working
2 parents bb4c11e + d767468 commit 380c92d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
namespace "in.beaconcha.mobile"
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
11-
versionCode 95
12-
versionName "4.2.4"
11+
versionCode 96
12+
versionName "4.2.5"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@capacitor/splash-screen": "^4.1.2",
4444
"@capacitor/status-bar": "^4.1.0",
4545
"@capacitor/toast": "^4.1.0",
46-
"@ionic/angular": "^6.3.7",
46+
"@ionic/angular": "^6.7.5",
4747
"async-mutex": "^0.2.6",
4848
"axios": "^0.27.2",
4949
"bignumber.js": "^9.0.2",

0 commit comments

Comments
 (0)