Skip to content

Commit

Permalink
Merge pull request #227 from gobitfly/bids2194/popupfix
Browse files Browse the repository at this point in the history
Fix popover in Chrome not working
  • Loading branch information
manuelsc authored Jun 12, 2023
2 parents bb4c11e + d767468 commit 380c92d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
namespace "in.beaconcha.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 95
versionName "4.2.4"
versionCode 96
versionName "4.2.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@capacitor/splash-screen": "^4.1.2",
"@capacitor/status-bar": "^4.1.0",
"@capacitor/toast": "^4.1.0",
"@ionic/angular": "^6.3.7",
"@ionic/angular": "^6.7.5",
"async-mutex": "^0.2.6",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
Expand Down

0 comments on commit 380c92d

Please sign in to comment.