diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2011-01-11 18:09:48 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2011-01-11 18:09:48 (GMT) |
commit | 8325946f5775180c49ac1ebdb267ad238d24fc16 (patch) | |
tree | 5e83eb06c277a5cc6c2b5de24aa81c0fc79c1cf1 | |
parent | be94e0240275e688d53a4fd847bbbe79ed5334d9 (diff) | |
download | SoftKeys-8325946f5775180c49ac1ebdb267ad238d24fc16.zip SoftKeys-8325946f5775180c49ac1ebdb267ad238d24fc16.tar.gz SoftKeys-8325946f5775180c49ac1ebdb267ad238d24fc16.tar.bz2 |
bump
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3d3ca0e..e6bf998 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.hoopajoo.android.SoftKeys" - android:versionCode="18" - android:versionName="3.04"> + android:versionCode="19" + android:versionName="3.05"> <uses-permission android:name="android.permission.GET_TASKS" /> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |