Skip to content

Commit

Permalink
git usbserial library through gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Feb 20, 2024
1 parent 322ebc2 commit 9b927d0
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 3,639 deletions.
4 changes: 2 additions & 2 deletions android/package/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ buildscript {
repositories {
google()
mavenCentral()
// maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' }
}

apply plugin: 'com.android.application'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'androidx.core:core:1.12.0'
// implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
}

android {
Expand Down

This file was deleted.

Loading

0 comments on commit 9b927d0

Please sign in to comment.