Skip to content

Commit

Permalink
Fix Android build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jefdriesen committed Dec 4, 2024
1 parent d7729a4 commit e78deee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'com.android.application'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.github.mik3y:usb-serial-for-android:v3.4.3'
implementation 'com.github.mik3y:usb-serial-for-android:v3.4.4'
implementation 'com.android.support:support-v4:25.3.1'
}

Expand Down

0 comments on commit e78deee

Please sign in to comment.