@selligent-marketing-cloud/selligent-react-native 2.10.0 → 3.1.0

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.
Files changed (25) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +1 -1
  4. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  5. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  6. package/android/build/intermediates/compile_symbol_list/debug/R.txt +332 -86
  7. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
  8. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +1 -1
  9. package/android/build/intermediates/javac/debug/classes/com/selligent/ButtonBroadcastEventDataParser.class +0 -0
  10. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$2.class +0 -0
  11. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent.class +0 -0
  12. package/android/build/intermediates/javac/debug/classes/com/selligent/SMSettingsFactory.class +0 -0
  13. package/android/build/intermediates/javac/debug/classes/com/selligent/Settings.class +0 -0
  14. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +1 -1
  15. package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +1 -1
  16. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  17. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +277 -70
  18. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  19. package/android/build.gradle +4 -4
  20. package/android/libs/sdk-release.aar +0 -0
  21. package/android/src/main/java/com/selligent/ButtonBroadcastEventDataParser.java +1 -1
  22. package/android/src/main/java/com/selligent/RNSelligent.java +1 -1
  23. package/android/src/main/java/com/selligent/SMSettingsFactory.java +0 -1
  24. package/android/src/main/java/com/selligent/Settings.java +0 -8
  25. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.1.0] - 10 March 2023
4
+
5
+ ### Changed
6
+ - Add version 4.0.1 of the Android SDK to `android/libs`
7
+ - Change development dependency versions of `react` `react-native` to `18.2.0` and `^0.71.3`, respectively
8
+ - Upgrade the `compileSdkVersion` and `targetSdkVersion` to `33` in `android/build.gradle`
9
+ - Upgrade the Android Gradle Plugin version to `7.3.1`
10
+
11
+ ## [3.0.0] - 7 December 2022
12
+
13
+ ### Changed
14
+ - Add version 4.0.1 of the Android SDK to `android/libs`
15
+ - Remove everything to do with `googleApplicationId` from Android, as this setting was completely removed from Selligent's SDK
16
+ - On Android, use an SMNotificationButton's button action's `getValue()` method to get the action value, in accordance with Selligent's new API
17
+ - Change development dependency version of `react-native` to `^0.70.6`
18
+
3
19
  ## [2.10.0] - 12 September 2022
4
20
 
5
21
  ### Added
package/README.md CHANGED
@@ -15,7 +15,7 @@ This module uses the native Selligent SDKs:
15
15
 
16
16
  | SDK | Version |
17
17
  | ----------------------------------------------------------------------- | ------- |
18
- | [Android](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 3.10.1 |
18
+ | [Android](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.0.3 |
19
19
  | [iOS](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 2.7.7 |
20
20
 
21
21
  ## ToC
@@ -4,6 +4,6 @@
4
4
 
5
5
  <uses-sdk
6
6
  android:minSdkVersion="21"
7
- android:targetSdkVersion="32" />
7
+ android:targetSdkVersion="33" />
8
8
 
9
9
  </manifest>