Skip to content

Commit

Permalink
Merge pull request #54 from shankari/only_support_token_auth
Browse files Browse the repository at this point in the history
 Handle modifications required for the upgrade to API 32
  • Loading branch information
shankari authored Mar 17, 2023
2 parents ffef3c7 + ade1042 commit f3de905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-em-serversync",
"version": "1.3.0",
"version": "1.3.1",
"description": "Simple package that stores all the connection settings that need to be configured",
"license": "BSD-3-clause",
"cordova": {
Expand Down
6 changes: 4 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-em-serversync"
version="1.3.0">
version="1.3.1">

<name>ServerSync</name>
<description>Push and pull local data to the server</description>
Expand Down Expand Up @@ -53,7 +53,9 @@

<config-file target="AndroidManifest.xml" parent="/manifest/application">
<service
android:name="edu.berkeley.eecs.emission.cordova.serversync.AuthenticatorService">
android:name="edu.berkeley.eecs.emission.cordova.serversync.AuthenticatorService"
android:enabled="true"
android:exported="false">
<intent-filter>
<action android:name="android.accounts.AccountAuthenticator"/>
</intent-filter>
Expand Down

0 comments on commit f3de905

Please sign in to comment.