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

build tools update; instrumented device test

This commit is contained in:
Kai Morich
2018-03-09 22:37:06 +01:00
parent c89ca2c96a
commit adb22f718e
12 changed files with 1032 additions and 31 deletions
+5 -3
View File
@@ -2,15 +2,17 @@
buildscript {
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
google()
}
}