Commit dd7d670
RMET-3608 - Prepare to release version
* chore: Raise Pod Version (#19)
Raises Pod version to 8.15.0
References: https://outsystemsrd.atlassian.net/browse/RMET-3144
* RMET-3165 ::: Android ::: Update Gradle Dependencies (#20)
* fix: Update Gradle Dependencies
Update com.android.tools.build:gradle to 3.6.4 and com.google.gms:google-services to 4.3.14
References: https://outsystemsrd.atlassian.net/browse/RMET-3164
* chore: Add CHANGELOG entry
References: https://outsystemsrd.atlassian.net/browse/RMET-3165
* RMET-3274 ::: iOS ::: Update 3rd Party that Adds Privacy Manifest (#22)
* chore: Update iOS SDK version
Update iOS' 3rd party SDK version to `10.23.0`.
Enable the `use_frameworks` flag for CocoaPods.
Fix import errors.
References: https://outsystemsrd.atlassian.net/browse/RMET-3274
* chore: Update deprecated call
Replace the `FIRDynamicLinks`'s `dynamicLinkFromUniversalLinkURL:` method with a new implementation using `dynamicLinkFromUniversalLinkURL:completion:`. This to fix a deprecation warning.
References: https://outsystemsrd.atlassian.net/browse/RMET-3274
* chore: Add CHANGELOG entry
References: https://outsystemsrd.atlassian.net/browse/RMET-3274
* chore: Set Release Version (#23)
Prepare release of `5.0.0-OS11`.
Clean `CHANGELOG`.
References: https://outsystemsrd.atlassian.net/browse/RMET-3341
* RMET-3608 FB Dynamic Links - Update dependency to Firebase Dynamic Links Android SDK (#25)
* feat: feat: use Firebase Android BOM library to set the version of FB Dynamic Links
Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
* fix: declare Firebase dependencies in build.gradle file
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
* fix: reference build.gradle file in plugin.xml so it is included in the build
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
* chore: remove unnecessary part of build.gradle file
Context: This build.gradle file wasn't even being used before because it wasn't referenced in the plugin.xml. Now, we just want to use it to declare the dependencies for the Firebase Android SDK for Dynamic Links, so we can remove this part.
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
* fix: include postBuildExtras step in Gradle
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
* Revert "fix: include postBuildExtras step in Gradle"
This reverts commit 1fd056b.
* chore: update changelog
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
* chore(release): raise to version 5.0.0-OS12
References: https://outsystemsrd.atlassian.net/browse/RMET-3608
---------
Co-authored-by: Ricardo Silva <97543217+OS-ricardomoreirasilva@users.noreply.github.com>
Co-authored-by: OS-ricardomoreirasilva <ricardo.moreira.silva@outsystems.com>5.0.0-OS12 (#26)1 parent 09c2a98 commit dd7d670
File tree
4 files changed
+11
-15
lines changed- src/android
4 files changed
+11
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
23 | 16 | | |
0 commit comments