Skip to content

Commit

Permalink
Replace 1.2.1 with 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikbalkaya committed Sep 9, 2022
1 parent 452e764 commit 48636b4
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.2.1](https://github.com/ably/ably-asset-tracking-android/tree/1.2.1)
## [1.3.0](https://github.com/ably/ably-asset-tracking-android/tree/1.3.0)

[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.2.0...1.2.1)
[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.2.0...1.3.0)

**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.2.1'
implementation 'com.ably.tracking:publishing-sdk:1.3.0'
// Subscribers, developing in Kotlin, will need the Subscribing SDK
implementation 'com.ably.tracking:subscribing-sdk:1.2.1'
implementation 'com.ably.tracking:subscribing-sdk:1.3.0'
// Subscribers, developing in Kotlin, can optionally use the UI utilities
implementation 'com.ably.tracking:ui-sdk:1.2.1'
implementation 'com.ably.tracking:ui-sdk:1.3.0'
}
```

Expand Down Expand Up @@ -354,7 +354,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.2.1')
implementation ('com.ably.tracking:publishing-sdk:1.3.0')
// The Mapbox Navigation SDK.
implementation ('com.mapbox.navigation:android:2.7.0') {
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.2.1'
version = '1.3.0'

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

0 comments on commit 48636b4

Please sign in to comment.