Skip to content

Commit

Permalink
Merge branch 'bump-version-13.1.0' into 'master'
Browse files Browse the repository at this point in the history
Bump version to 13.1.0

See merge request pace/mobile/android/pace-cloud-sdk!232
  • Loading branch information
Michael Tran committed Mar 10, 2022
2 parents 68ced57 + ee5eca8 commit 745cdfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,26 @@ x.y.z Release notes (yyyy-MM-dd)
<!-- ### Fixes - Include, if needed -->
<!-- ### Internal - Include, if needed -->

13.1.0 Release notes (2022-03-10)
=============================================================

### Enhancements

* Add the following languages: Czech, French, Portuguese, Dutch, Italian, Polish, Romanian, Russian and Spanish
* Regenerate all API files with a new headers parameters per request
* Add new property `isOnlineCoFuGasStation` to `GasStation`

### Fixes

* Regenerate all API files to change the return type from `Void` to `ResponseBody`
* Fix wrong setup check error message
* Check if the manifest request was successful before deserializing the response body
* Add process payment quick fix for pre auth payments

### Internal

* Replace Kotlin synthetics with Jetpack View Binding
* Change the `screenOrientation` for all activities to `behind`, which uses the same `screenOrientation` as the activity immediately beneath it in the activity stack
* Add the following languages: Czech, French, Portuguese, Dutch, Italian, Polish, Romanian, Russian and Spanish
* Regenerate all API files with a new headers parameters per request
* Add process payment quick fix for pre auth payments
* Add new property `isOnlineCoFuGasStation` to `GasStation`
* Remove JCenter as dependency repository
* Remove fallback to `apps/query` endpoint to request local apps if GeoJSON file couldn't be retrieved

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {

const val DEFAULT_VERSION_CODE_LIBRARY = 1
const val DEFAULT_VERSION_NAME_LIBRARY = "12.0.0"
const val DEFAULT_VERSION_NAME_LIBRARY = "13.1.0"

const val COMPILE_SDK = 31
const val TARGET_SDK = 31
Expand Down

0 comments on commit 745cdfd

Please sign in to comment.