Skip to content

Commit

Permalink
Updated Android sdk version to 2.2.253
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Zangiev committed Aug 7, 2021
1 parent d6be630 commit 3a5f6ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1

* Updated Android sdk version to 2.2.253

## 0.1.0

* Add `deviceID` methods: `setDeviceID`, `getDeviceID`, `clearDeviceID`.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.4.31'
ext.raxel_tracking = '2.2.248'
ext.raxel_tracking = '2.2.253'
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: telematics_sdk
version: 0.1.0
version: 0.1.1
description: A Flutter plugin for integration Telematics SDK in Android and iOS applications.
homepage: https://docs.telematicssdk.com
repository: https://github.com/Mobile-Telematics/telematicsSDK-demoapp-flutter-
Expand Down

0 comments on commit 3a5f6ec

Please sign in to comment.