1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

Merge pull request #330 from Sharabaddin/master

dependencies example with current version instead of `Tag` that has to be replaced by each user
This commit is contained in:
kai-morich
2020-12-10 20:45:35 +01:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ allprojects {
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:Tag'
implementation 'com.github.mik3y:usb-serial-for-android:3.3.0'
}
```