Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 3ae99ea

Browse files
bump
1 parent ffbea44 commit 3ae99ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ window.plugins.googleplus.disconnect(
185185
- A: On Android you need to execute the `keytool` steps, see the installation instructions for details.
186186

187187
## 8. Changelog
188+
- 4.0.8: Fix for Android 6 where it would crash while asking for permission. Thx #166!
188189
- 4.0.7: Re-added a missing framework for iOS. Thx #168!
189190
- 4.0.6: Updated iOS GoogleSignIn SDK to 2.4.0. Thx #153!
190191
- 4.0.5: Fixed a broken import on iOS

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.7",
2+
"version": "4.0.8",
33
"name": "cordova-plugin-googleplus",
44
"cordova_name": "Google+",
55
"description": "Use your Google account to authenticate with the app.",

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-googleplus"
5-
version="4.0.7">
5+
version="4.0.8">
66

77
<name>Google+</name>
88

0 commit comments

Comments
 (0)