This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Google Sign-In Cordova/PhoneGap Plugin
2
- by [ Eddy Verbruggen] ( http://twitter.com/eddyverbruggen ) ,
3
- with great assistance from Sam Muggleworth ([ PointSource, LLC] ( https://github.com/PointSource ) )
2
+
3
+ [ ![ NPM version] [ npm-image ]] [ npm-url ]
4
+ [ ![ Downloads] [ downloads-image ]] [ npm-url ]
5
+ [ ![ Twitter Follow] [ twitter-image ]] [ twitter-url ]
6
+
7
+ [ build-status ] :https://travis-ci.org/EddyVerbruggen/cordova-plugin-googleplus.svg?branch=master
8
+ [ build-url ] :https://travis-ci.org/EddyVerbruggen/cordova-plugin-googleplus
9
+ [ npm-image ] :http://img.shields.io/npm/v/cordova-plugin-googleplus.svg
10
+ [ npm-url ] :https://npmjs.org/package/cordova-plugin-googleplus
11
+ [ downloads-image ] :http://img.shields.io/npm/dm/cordova-plugin-googleplus.svg
12
+ [ twitter-image ] :https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
13
+ [ twitter-url ] :https://twitter.com/eddyverbruggen
4
14
5
15
## 0. Index
6
16
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.3.0 " ,
2
+ "version" : " 5.3.1 " ,
3
3
"name" : " cordova-plugin-googleplus" ,
4
4
"cordova_name" : " Google SignIn" ,
5
5
"description" : " Use your Google account to authenticate with the app." ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" cordova-plugin-googleplus"
5
- version =" 5.3.0 " >
5
+ version =" 5.3.1 " >
6
6
7
7
<name >Google SignIn</name >
8
8
You can’t perform that action at this time.
0 commit comments