Skip to content

Commit

Permalink
V2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3ts0n committed Mar 27, 2024
1 parent 81bef72 commit 1d6769f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions androbd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
// SDK 25 to allow background service mechanism for plugins
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 25
versionCode 20607
versionName 'V2.6.8'
versionCode 20609
versionName 'V2.6.9'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -45,4 +45,5 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.github.mik3y:usb-serial-for-android:3.3.0'
implementation 'com.github.anastr:speedviewlib:1.6.1'
implementation 'androidx.core:core-ktx:1.12.0'
}

0 comments on commit 1d6769f

Please sign in to comment.