comparison AndroidManifest.xml @ 404:ec74f347ab5f

fix bad args to arrays.fill(); bump version number
author Carl Byington <carl@five-ten-sg.com>
date Tue, 21 Oct 2014 13:11:59 -0700
parents 74d527fe7f5f
children 85bf5f9c7983
comparison
equal deleted inserted replaced
403:fa6c9ab5a5e2 404:ec74f347ab5f
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-6" 20 android:versionName="1.9.0-7"
21 android:versionCode="1906" 21 android:versionCode="1907"
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" />