From 8be393a9c67e47a3a34a66d6608fda2d437d06d8 Mon Sep 17 00:00:00 2001 From: landawn Date: Sat, 19 Aug 2017 09:41:29 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86fe73cd..08b6358e 100644 --- a/README.md +++ b/README.md @@ -31,28 +31,28 @@ Full API documentation is available [here](https://www.javadoc.io/doc/com.landaw * Gradle: ```gradle // JDK 1.8 or above: -compile 'com.landawn:abacus-util:0.9.79' +compile 'com.landawn:abacus-util:0.9.80' // JDK 1.8 or above with kryo-3.0.3, snappy-java-1.1.2.6 and lz4-1.3.0: -compile 'com.landawn:abacus-util-all:0.9.79' +compile 'com.landawn:abacus-util-all:0.9.80' // JDK 1.7: -compile 'com.landawn:abacus-util-jdk7:0.9.79' +compile 'com.landawn:abacus-util-jdk7:0.9.80' // JDK 1.7 with kryo-3.0.3, snappy-java-1.1.2.6 and lz4-1.3.0: -compile 'com.landawn:abacus-util-all-jdk7:0.9.79' +compile 'com.landawn:abacus-util-all-jdk7:0.9.80' // Android (Java 1.7): -compile 'abacus-android-jdk7:0.9.79' +compile 'abacus-android-jdk7:0.9.80' // Android-SE (Java 1.7) - small edition without Stream/Matrix/Sheet/...: -compile 'abacus-android-se-jdk7:0.9.79' +compile 'abacus-android-se-jdk7:0.9.80' // Android (Java 1.8 or above): -compile 'com.landawn:abacus-android:0.9.79' +compile 'com.landawn:abacus-android:0.9.80' // Android-SE (Java 1.8 or above) - small edition without Stream/Matrix/Sheet/...: -compile 'com.landawn:abacus-android-se:0.9.79' +compile 'com.landawn:abacus-android-se:0.9.80' ``` ## Usage: