comparison AndroidManifest.xml @ 225:c6157535e180 stable-1.8.5

update version; consistent defaults for hardware buttons
author Carl Byington <carl@five-ten-sg.com>
date Tue, 08 Jul 2014 20:55:48 -0700
parents 4fdf6b5a6f43
children 83d633b281cb
comparison
equal deleted inserted replaced
224:abf17d9431eb 225:c6157535e180
15 See the License for the specific language governing permissions and 15 See the License for the specific language governing permissions and
16 limitations under the License. 16 limitations under the License.
17 --> 17 -->
18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
19 package="com.five_ten_sg.connectbot" 19 package="com.five_ten_sg.connectbot"
20 android:versionName="1.8.4-1" 20 android:versionName="1.8.5-1"
21 android:versionCode="1" 21 android:versionCode="1"
22 android:installLocation="auto"> 22 android:installLocation="auto">
23 23
24 <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="8" /> 24 <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="8" />
25 25