Tomiwa-Ot / obd

Android library for getting vehicle diagnostics from ELM327 (USB/Bluetooth) connector over OBD protocol
https://tomiwa-ot.github.io/obd/
Apache License 2.0
15 stars 1 forks source link

dependency is not available #1

Closed mohisa302 closed 10 months ago

mohisa302 commented 10 months ago

Failed to resolve: com.github.Tomiwa-Ot:obd:Tag Show in Project Structure dialog

Tomiwa-Ot commented 10 months ago

Replace TAG with v1.2 or any preferred version.

Change

dependencies {
          implementation 'com.github.Tomiwa-Ot:obd:TAG'
  }

to

dependencies {
          implementation 'com.github.Tomiwa-Ot.obd:obd:1.21'
  }