Skip to content

Commit

Permalink
V2.6.12
Browse files Browse the repository at this point in the history
Update usb-serial
  • Loading branch information
fr3ts0n committed Jul 11, 2024
1 parent b465553 commit 50bf889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 20611
versionName 'V2.6.11'
versionCode 20612
versionName 'V2.6.12'

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

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

0 comments on commit 50bf889

Please sign in to comment.