summaryrefslogtreecommitdiff
path: root/prebuilts/gradle/BasicMediaDecoder
diff options
context:
space:
mode:
authorAlexander Lucas <alexlucas@google.com>2014-02-10 12:51:41 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-10 12:51:41 +0000
commit67418d984f9d2ae35ef3e7966e0533caec8e3b04 (patch)
treed8b21b0a6833d51222ece7fc723f7ada1b578b0f /prebuilts/gradle/BasicMediaDecoder
parent5a330094f0aaa4b9a330108aac834df9d46f28aa (diff)
parente9856b4df9e3eccda97f246f41042c6b2d24bfb7 (diff)
downloadbuild-67418d984f9d2ae35ef3e7966e0533caec8e3b04.tar.gz
am e9856b4d: am c9605c1b: Updated prebuilts for feb samples push. Includes new samples and gradle version updates.
* commit 'e9856b4df9e3eccda97f246f41042c6b2d24bfb7': Updated prebuilts for feb samples push. Includes new samples and gradle version updates.
Diffstat (limited to 'prebuilts/gradle/BasicMediaDecoder')
-rw-r--r--prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle b/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle
index 689fabb0..2a7b163b 100644
--- a/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle
+++ b/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.6.+'
+ classpath 'com.android.tools.build:gradle:0.8.+'
}
}
@@ -15,7 +15,7 @@ apply plugin: 'android'
dependencies {
// Add the support lib that is appropriate for SDK 17
- compile "com.android.support:support-v13:18.0.+"
+ compile "com.android.support:support-v13:19.0.+"
}
// The sample build uses multiple directories to
@@ -28,7 +28,7 @@ List<String> dirs = [
android {
compileSdkVersion 19
- buildToolsVersion "19"
+ buildToolsVersion "19.0.1"
sourceSets {
main {