diff --git a/README.md b/README.md index a60874b..ab444b4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The DNNLibrary has been published on jcenter. Add ``` -implementation 'me.daquexian:dnnlibrary:0.2.1' +implementation 'me.daquexian:dnnlibrary:0.2.2' ``` (for Gradle 3.0+), @@ -59,7 +59,7 @@ implementation 'me.daquexian:dnnlibrary:0.2.1' or ``` -compile 'me.daquexian:dnnlibrary:0.2.1' +compile 'me.daquexian:dnnlibrary:0.2.2' ``` (for Gradle lower than 3.0)