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

Commit fe84633

Browse files
Merge pull request #474 from rostyk-kanafotskyy/master
Fix for 'com.google.android.gms.license' bug
2 parents 3d98492 + 993e0c8 commit fe84633

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

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

plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<!-- android -->
3030
<platform name="android">
3131

32-
<framework src="com.google.android.gms:play-services-auth:+" />
33-
<framework src="com.google.android.gms:play-services-identity:+" />
32+
<framework src="com.google.android.gms:play-services-auth:11.8.0" />
33+
<framework src="com.google.android.gms:play-services-identity:11.8.0" />
3434

3535
<config-file target="res/xml/config.xml" parent="/*">
3636
<feature name="GooglePlus">

0 commit comments

Comments
 (0)