Skip to content

Commit

Permalink
Allow the google play library version to be controlled with a preference
Browse files Browse the repository at this point in the history
Just like the push plugin and the location tracking plugin
  • Loading branch information
shankari committed Jul 17, 2020
1 parent 436ac6a commit cb725bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
</feature>
</config-file>

<framework src="com.google.android.gms:play-services-auth:11.0.1"/>
<framework src="com.google.android.gms:play-services-auth:$AUTH_VERSION"/>
<preference name="AUTH_VERSION" default="11.0.1"/>

<!-- Configuration of OpenID auth plugin start -->
<framework src="net.openid:appauth:0.7.0"/>
Expand Down

0 comments on commit cb725bc

Please sign in to comment.