File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ x.y.z Release notes (yyyy-MM-dd)
9
9
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
10
10
<!-- ### Internal - Include, if needed -->
11
11
12
+ 5.1.0 Release notes (2021-03-03)
13
+ =============================================================
14
+
15
+ ### Enhancements
16
+
17
+ * Add convenience method for most common URLs
18
+ * Generate new GeoJSON service with new filter possibilities, e.g. onlinePaymentMethod
19
+ * Checks for available apps in a given location is now done on device
20
+
12
21
5.0.0 Release notes (2021-02-24)
13
22
=============================================================
14
23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
min_sdk_version = 23
6
6
target_sdk_version = 30
7
7
build_number = properties. getOrDefault(" buildNumber" , 1 ) as Integer
8
- version_name = properties. getOrDefault(" versionName" , " 2.0.1 " )
8
+ version_name = properties. getOrDefault(" versionName" , " 5.1.0 " )
9
9
10
10
group_id = " cloud.pace"
11
11
artifact_id = " sdk"
You can’t perform that action at this time.
0 commit comments