Skip to content

Commit

Permalink
Update Android Telematics SDK to v2.2.260, targetSdkVersion to v34
Browse files Browse the repository at this point in the history
  • Loading branch information
sgusakovsky committed Feb 12, 2024
1 parent 1eaa3e5 commit b2062e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 '2.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.9.0'
ext.raxel_tracking = '2.2.259'
ext.raxel_tracking = '2.2.260'
repositories {
google()
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.telematicssdk.example"
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down Expand Up @@ -68,5 +68,5 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.telematicssdk:tracking:2.2.259"
implementation "com.telematicssdk:tracking:2.2.260"
}
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: telematics_sdk_example
description: Demonstrates how to use the telematics_sdk plugin.
publish_to: none
version: 0.0.1+6
version: 0.0.1+7

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit b2062e2

Please sign in to comment.