Skip to content

Commit 164356f

Browse files
committed
3.0.0
1 parent a2d5234 commit 164356f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidAsync/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.koushikdutta.async"
3-
android:versionCode="221"
4-
android:versionName="2.2.1">
3+
android:versionCode="300"
4+
android:versionName="3.0.0">
55

66
<uses-permission android:name="android.permission.INTERNET"/>
77

AndroidAsync/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ android {
5151
}
5252

5353
// upload to maven task
54-
if (false && System.getenv().I_AM_KOUSH == 'true') {
54+
if (System.getenv().I_AM_KOUSH == 'true') {
5555
apply from: 'https://raw.githubusercontent.com/koush/mvn-repo/master/maven.gradle'
5656
}

0 commit comments

Comments
 (0)