repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
}

android {
  packagingOptions {
      exclude 'META-INF/NOTICE'
      exclude 'META-INF/LICENSE'
  }
}
