Prepped for release 1.1.2
This commit is contained in:
parent
2c763b3677
commit
a590e1e9e8
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.dougkeen.bart"
|
||||
android:versionCode="10"
|
||||
android:versionName="1.1.1" >
|
||||
android:versionCode="11"
|
||||
android:versionName="1.1.2" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
@ -10,7 +10,7 @@
|
||||
<uses-sdk android:minSdkVersion="7" />
|
||||
|
||||
<application
|
||||
android:debuggable="true"
|
||||
android:debuggable="false"
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/app_name" >
|
||||
<activity
|
||||
|
Loading…
Reference in New Issue
Block a user