Skip to content

Commit e8a7fe0

Browse files
committed
129
1 parent 7446a19 commit e8a7fe0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AndroidAsync/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:tools="http://schemas.android.com/tools"
23
package="com.koushikdutta.async"
3-
android:versionCode="128"
4-
android:versionName="1.2.8" >
4+
android:versionCode="129"
5+
android:versionName="1.2.9" >
56

67
<uses-sdk
7-
android:minSdkVersion="8"
8-
android:targetSdkVersion="18" />
8+
tools:node="replace" />
99
<uses-permission android:name="android.permission.INTERNET"/>
1010

1111
<application>

0 commit comments

Comments
 (0)