summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2014-06-18 08:42:54 -0700
committerJeff Davidson <jpd@google.com>2014-06-18 08:44:11 -0700
commit6c30847bee41132cb0d9b69bfd41e34e4839e83c (patch)
treeb0a7124a3dbc392606cd6f57467470d9447bd237 /common
parent374d66ff1de533725132244d18c7be3b6b80052a (diff)
downloadandroid_frameworks_ex-6c30847bee41132cb0d9b69bfd41e34e4839e83c.tar.gz
android_frameworks_ex-6c30847bee41132cb0d9b69bfd41e34e4839e83c.tar.bz2
android_frameworks_ex-6c30847bee41132cb0d9b69bfd41e34e4839e83c.zip
Remove unnecessary versions from android-common's build.gradle.
frameworks/ex/common does not stand alone as a gradle project and should always be inheriting these values from the parent build. Change-Id: I9ec38573504d84ac6a08d076e45dc60d842463d0
Diffstat (limited to 'common')
-rw-r--r--common/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/build.gradle b/common/build.gradle
index 17fe5fe..258bee6 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -2,9 +2,6 @@ apply plugin: 'android-library'
apply plugin: 'logtags'
android {
- compileSdkVersion 19
- buildToolsVersion = '19.0.3'
-
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'