summaryrefslogtreecommitdiff
path: root/prebuilts/gradle/BasicMediaDecoder
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-12-08 16:33:46 -0800
committerTrevor Johns <trevorjohns@google.com>2014-12-08 16:33:46 -0800
commit882ac8b2b1de0033c80a5b8c0eae513db0ef0328 (patch)
treeb02a16a272fa0249ecb903fd903291cbd4baa9dd /prebuilts/gradle/BasicMediaDecoder
parenta9a7e8b02c9e69b43362ff73e2cda32a684643c2 (diff)
downloadbuild-882ac8b2b1de0033c80a5b8c0eae513db0ef0328.tar.gz
Update prebuilts to use Android gradle plugin v1.0.0
Removing -rc1 tag now that Android Studio 1.0 has been released. Change-Id: I16678ae358eec8d6e7797b4c27044cbcc3387691
Diffstat (limited to 'prebuilts/gradle/BasicMediaDecoder')
-rw-r--r--prebuilts/gradle/BasicMediaDecoder/Application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilts/gradle/BasicMediaDecoder/Application/build.gradle b/prebuilts/gradle/BasicMediaDecoder/Application/build.gradle
index c03c2540..5e57579a 100644
--- a/prebuilts/gradle/BasicMediaDecoder/Application/build.gradle
+++ b/prebuilts/gradle/BasicMediaDecoder/Application/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0-rc1'
+ classpath 'com.android.tools.build:gradle:1.0.0'
}
}