@selligent-marketing-cloud/selligent-react-native 3.0.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.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +1 -1
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +303 -70
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +1 -1
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent.class +0 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +1 -1
- package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +1 -1
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +261 -55
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +4 -4
- package/android/libs/sdk-release.aar +0 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## [3.0.0] - 7 December 2022
|
|
4
12
|
|
|
5
13
|
### Changed
|
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) | 4.0.
|
|
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
|
|
Binary file
|
|
Binary file
|