comparison AndroidManifest.xml @ 432:56d1dbfa6972

fix alignment problem on very high res screens
author Carl Byington <carl@five-ten-sg.com>
date Mon, 09 Mar 2015 15:44:11 -0700
parents d5f6d6886113
children 9c6a269fabb5
comparison
equal deleted inserted replaced
431:a0bff4b39512 432:56d1dbfa6972
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.9.0-9" 20 android:versionName="1.9.1-0"
21 android:versionCode="1909" 21 android:versionCode="1910"
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
26 <uses-permission android:name="android.permission.INTERNET" /> 26 <uses-permission android:name="android.permission.INTERNET" />