summaryrefslogtreecommitdiff
path: root/prebuilts/gradle/BasicMediaDecoder
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-06-19 23:04:44 -0700
committerTrevor Johns <trevorjohns@google.com>2014-06-19 23:04:44 -0700
commit3f12967ed90fc96bc8f22e5d28d0553bafde99e5 (patch)
tree2a4c1f02da754a0810783c8189966b9cbb1c26a0 /prebuilts/gradle/BasicMediaDecoder
parentc4f1e3079507ca1f328242b3efa0db1c6f0b536c (diff)
downloadbuild-3f12967ed90fc96bc8f22e5d28d0553bafde99e5.tar.gz
Update sample prebuilds for LMP Preview release
Change-Id: If98d42f224448ea848da09500f718dec61d130eb
Diffstat (limited to 'prebuilts/gradle/BasicMediaDecoder')
-rw-r--r--prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle6
-rw-r--r--prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/res/values-v21/template-styles.xml22
2 files changed, 24 insertions, 4 deletions
diff --git a/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle b/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/build.gradle
index dc4040d6..85ec9f59 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.9.+'
+ classpath 'com.android.tools.build:gradle:0.11.+'
}
}
@@ -16,8 +16,6 @@ apply plugin: 'android'
dependencies {
- // Add the support lib that is appropriate for SDK 17
- compile "com.android.support:support-v13:19.1.+"
}
@@ -33,7 +31,7 @@ List<String> dirs = [
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/res/values-v21/template-styles.xml b/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/res/values-v21/template-styles.xml
new file mode 100644
index 00000000..134fcd9d
--- /dev/null
+++ b/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/res/values-v21/template-styles.xml
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<resources>
+
+ <!-- Activity themes -->
+ <style name="Theme.Base" parent="android:Theme.Material.Light" />
+
+</resources>