Skip to content

Commit

Permalink
Change version name from 1.4.0 to 1.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperKluka committed Sep 26, 2022
1 parent 22b2776 commit 70d16af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change log

## [1.4.0](https://github.com/ably/ably-asset-tracking-android/tree/1.4.0)
## [1.4.0-rc.1](https://github.com/ably/ably-asset-tracking-android/tree/1.4.0-rc.1)

[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.3.0...1.4.0)
[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.3.0...1.4.0-rc.1)

**Implemented enhancements:**

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ you can then add the Ably Asset Tracking dependency that you require in your Gra
```groovy
dependencies {
// Publishers, developing in Kotlin, will need the Publishing SDK
implementation 'com.ably.tracking:publishing-sdk:1.4.0'
implementation 'com.ably.tracking:publishing-sdk:1.4.0-rc.1'
// Subscribers, developing in Kotlin, will need the Subscribing SDK
implementation 'com.ably.tracking:subscribing-sdk:1.4.0'
implementation 'com.ably.tracking:subscribing-sdk:1.4.0-rc.1'
// Subscribers, developing in Kotlin, can optionally use the UI utilities
implementation 'com.ably.tracking:ui-sdk:1.4.0'
implementation 'com.ably.tracking:ui-sdk:1.4.0-rc.1'
}
```

Expand Down Expand Up @@ -356,7 +356,7 @@ Firstly, you have to exclude the notification module from Mapbox Navigation SDK

```groovy
// The Ably Asset Tracking Publisher SDK for Android.
implementation ('com.ably.tracking:publishing-sdk:1.4.0')
implementation ('com.ably.tracking:publishing-sdk:1.4.0-rc.1')
// The Mapbox Navigation SDK.
implementation ('com.mapbox.navigation:android:2.8.0-rc.2') {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allprojects {

// version MUST conform to the Semantic Versioning Specification (https://semver.org/) version 2.0.0
// on incrementing this value, ensure to also increment versionCode in android defaultConfig (also in this file)
version = '1.4.0'
version = '1.4.0-rc.1'

// Values used to publish the SDK to maven repositories.
ext {
Expand Down

0 comments on commit 70d16af

Please sign in to comment.