1 parent 7446a19 commit e8a7fe0Copy full SHA for e8a7fe0
1 file changed
AndroidAsync/AndroidManifest.xml
@@ -1,11 +1,11 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:tools="http://schemas.android.com/tools"
3
package="com.koushikdutta.async"
- android:versionCode="128"
4
- android:versionName="1.2.8" >
+ android:versionCode="129"
5
+ android:versionName="1.2.9" >
6
7
<uses-sdk
- android:minSdkVersion="8"
8
- android:targetSdkVersion="18" />
+ tools:node="replace" />
9
<uses-permission android:name="android.permission.INTERNET"/>
10
11
<application>
0 commit comments