aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/AndroidManifest.xml
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2014-02-12 23:18:19 -0800
committerKoushik Dutta <koushd@gmail.com>2014-02-12 23:18:19 -0800
commit9ac407e5238e0abf213068c7d516a6bb8ed02539 (patch)
treeea14884794eb734fc5ee1cf142d3b7f35b2b63ec /AndroidAsync/AndroidManifest.xml
parentfab67ef8dd332819b705ba6450a13355f07e3079 (diff)
downloadAndroidAsync-9ac407e5238e0abf213068c7d516a6bb8ed02539.tar.gz
AndroidAsync-9ac407e5238e0abf213068c7d516a6bb8ed02539.tar.bz2
AndroidAsync-9ac407e5238e0abf213068c7d516a6bb8ed02539.zip
Revert busy loop fix.
Note reason. Need to fix this later...
Diffstat (limited to 'AndroidAsync/AndroidManifest.xml')
-rw-r--r--AndroidAsync/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidAsync/AndroidManifest.xml b/AndroidAsync/AndroidManifest.xml
index e069aea..f0045b5 100644
--- a/AndroidAsync/AndroidManifest.xml
+++ b/AndroidAsync/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.koushikdutta.async"
- android:versionCode="122"
- android:versionName="1.2.2" >
+ android:versionCode="123"
+ android:versionName="1.2.3" >
<uses-sdk
android:minSdkVersion="8"