Skip to content

Commit acf7297

Browse files
committed
merge
1 parent b59daa8 commit acf7297

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

AndroidAsync/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ android {
5050
}
5151
}
5252

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

AndroidAsync/src/com/koushikdutta/async/Util.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public static void emitAllData(DataEmitter emitter, ByteBufferList list) {
5050
list.recycle();
5151
if (SUPRESS_DEBUG_EXCEPTIONS)
5252
return;
53-
assert false;
54-
throw new AssertionError("Not all data was consumed by Util.emitAllData");
53+
// assert false;
54+
// throw new AssertionError("Not all data was consumed by Util.emitAllData");
5555
}
5656
}
5757

0 commit comments

Comments
 (0)