File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,16 @@ x.y.z Release notes (yyyy-MM-dd)
3
3
4
4
<!-- ### Breaking changes - Include, if needed -->
5
5
<!-- ### Enhancements - Include, if needed -->
6
+ <!-- ### Fixed - Include, if needed -->
7
+ <!-- ### Internal - Include, if needed -->
8
+
9
+ 7.3.1 Release notes (2021-05-10)
10
+ =============================================================
11
+
6
12
### Fixes
7
13
8
14
* Ensure that ` additionalQueryParams ` is added to all PWA URLs
9
15
10
- <!-- ### Internal - Include, if needed -->
11
16
12
17
7.3.0 Release notes (2021-05-06)
13
18
=============================================================
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
min_sdk_version = 23
8
8
target_sdk_version = 30
9
9
build_number = properties. getOrDefault(" buildNumber" , 1 ) as Integer
10
- version_name = properties. getOrDefault(" versionName" , " 7.3.0 " )
10
+ version_name = properties. getOrDefault(" versionName" , " 7.3.1 " )
11
11
12
12
group_id = " cloud.pace"
13
13
artifact_id = " sdk"
You can’t perform that action at this time.
0 commit comments