Skip to content

Commit

Permalink
Bumped Android MSAL version to 4.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wrobins committed Nov 6, 2023
1 parent 97e1995 commit b6503e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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-msal",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Cordova plugin providing a wrapper for Microsoft's MSAL library for Android and iOS.",
"cordova": {
"id": "cordova-plugin-msal",
Expand Down
5 changes: 2 additions & 3 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://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-msal" version="4.0.0">
id="cordova-plugin-msal" version="4.0.1">
<name>Cordova MSAL Plugin</name>
<description>A Cordova plugin providing a wrapper for Microsoft's MSAL library for Android and iOS.</description>
<author>Walter Robins</author>
Expand All @@ -28,7 +28,6 @@
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.INTERNET "/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE "/>
<uses-permission android:name="android.permission.READ_CONTACTS" />
</config-file>
<config-file target="AndroidManifest.xml" parent="application">
<activity android:exported="true"
Expand All @@ -49,7 +48,7 @@
</config-file>
<source-file src="src/android/MsalPlugin.java" target-dir="src/com/wrobins/cordova/plugin" />
<framework src="src/android/build-extras.gradle" custom="true" type="gradleReference" />
<framework src="com.microsoft.identity.client:msal:4.1.+" />
<framework src="com.microsoft.identity.client:msal:4.9.+" />
</platform>
<platform name="ios">
<config-file target="config.xml" parent="/*">
Expand Down

0 comments on commit b6503e2

Please sign in to comment.