Skip to content

Commit

Permalink
android version number weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed Jan 21, 2023
1 parent d318a61 commit e9fff58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 27 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-packageName="ie.nasouth.android.naireland" ios-CFBundleIdentifier="ie.nasouth.apple" version="777760201" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-packageName="ie.nasouth.android.naireland" ios-CFBundleIdentifier="ie.nasouth.apple" version="77776.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>NA Ireland</name>
<description>NA Ireland</description>
<author email="[email protected]" href="https://www.na-ireland.org/">NA Ireland</author>
Expand Down
30 changes: 9 additions & 21 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-splashscreen": "^6.0.2",
"cordova-plugin-splashscreen": "^1.0.0",
"cordova-plugin-statusbar": "^3.0.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
Expand All @@ -94,7 +94,7 @@
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-splashscreen": {},
"org.apache.cordova.splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-googlemaps": {},
"com-badrit-base64": {},
Expand All @@ -107,8 +107,6 @@
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {}
},
"platforms": [
"android"
]
"platforms": []
}
}

0 comments on commit e9fff58

Please sign in to comment.