We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d5234 commit 164356fCopy full SHA for 164356f
AndroidAsync/AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.koushikdutta.async"
3
- android:versionCode="221"
4
- android:versionName="2.2.1">
+ android:versionCode="300"
+ android:versionName="3.0.0">
5
6
<uses-permission android:name="android.permission.INTERNET"/>
7
AndroidAsync/build.gradle
@@ -51,6 +51,6 @@ android {
51
}
52
53
// upload to maven task
54
-if (false && System.getenv().I_AM_KOUSH == 'true') {
+if (System.getenv().I_AM_KOUSH == 'true') {
55
apply from: 'https://raw.githubusercontent.com/koush/mvn-repo/master/maven.gradle'
56
0 commit comments