react-native-msal2 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ def safeExtGet(prop, fallback) {
17
17
 
18
18
  android {
19
19
  namespace 'com.reactnativemsal'
20
- compileSdkVersion 33
20
+ compileSdkVersion safeExtGet('compileSdkVersion', 33)
21
21
  defaultConfig {
22
22
  minSdkVersion safeExtGet('minSdkVersion', 21)
23
23
  targetSdkVersion safeExtGet('targetSdkVersion', 33)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-msal2",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "description": "MSAL React Native wrapper for iOS and Android",
6
6
  "homepage": "https://github.com/bittu/react-native-msal2#readme",