kopia lustrzana https://github.com/felHR85/UsbSerial
Change compile to implementation
rodzic
aaf20b3d35
commit
b78dad5120
|
@ -21,9 +21,9 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:23.1.1'
|
implementation 'com.android.support:support-v4:23.1.1'
|
||||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
implementation 'com.android.support:appcompat-v7:23.1.1'
|
||||||
compile 'com.android.support:design:23.1.1'
|
implementation 'com.android.support:design:23.1.1'
|
||||||
|
|
||||||
compile project(':usbserial')
|
implementation project(':usbserial')
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,9 +21,9 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:23.1.1'
|
implementation 'com.android.support:support-v4:23.1.1'
|
||||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
implementation 'com.android.support:appcompat-v7:23.1.1'
|
||||||
compile 'com.android.support:design:23.1.1'
|
implementation 'com.android.support:design:23.1.1'
|
||||||
|
|
||||||
compile project(':usbserial')
|
implementation project(':usbserial')
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue