Browse Source

Upgrade build tools

1.6.x
Sébastien Toque 11 years ago
parent
commit
a47effc768
  1. 2
      build.gradle
  2. 2
      libvlc/build.gradle

2
build.gradle

@ -18,6 +18,6 @@ allprojects {
}
ext {
buildToolsVersion = "23.0.0"
buildToolsVersion = "23.0.1"
compileSdkVersion = 23
}

2
libvlc/build.gradle

@ -104,5 +104,5 @@ task buildDebugMIPS64(type:BuildNative) {
args('-a', "mips64")
}
dependencies {
compile 'com.android.support:support-annotations:23.0.0'
compile 'com.android.support:support-annotations:23.0.1'
}

Loading…
Cancel
Save