aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@wolfpuppy.org.uk>2012-10-27 19:30:02 +0100
committerTorne (Richard Coles) <torne@wolfpuppy.org.uk>2012-10-27 19:32:08 +0100
commit7e55e7a846cbc86cb8e47cd04343218988a32093 (patch)
treed8c0d1a46ee8c24c6dbd0fc8c0103fdc4316672a /res
parent358b128df874166ab009240de4101dfb1665279c (diff)
downloadconnectbot-7e55e7a846cbc86cb8e47cd04343218988a32093.tar.gz
connectbot-7e55e7a846cbc86cb8e47cd04343218988a32093.tar.bz2
connectbot-7e55e7a846cbc86cb8e47cd04343218988a32093.zip
Undo updating the target SDK.
The ConnectBot buildbot doesn't have SDK 15 installed on it yet. Set the target back to SDK 11 (and drop the DeviceDefault theme change that requires it). We can still set the target SDK to 15 in the manifest as that doesn't need the new SDK at build time. This reverts commit 358b128df874166ab009240de4101dfb1665279c.
Diffstat (limited to 'res')
-rw-r--r--res/values-v14/styles.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/res/values-v14/styles.xml b/res/values-v14/styles.xml
deleted file mode 100644
index 2535451..0000000
--- a/res/values-v14/styles.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * ConnectBot: simple, powerful, open-source SSH client for Android
- * Copyright 2007 Kenny Root, Jeffrey Sharkey
- *
- * 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>
- <style name="NoTitle" parent="android:Theme.DeviceDefault">
- <item name="android:windowContentOverlay">@null</item>
- </style>
-</resources>