diff --git a/README.md b/README.md index 199b4216..91f478c1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Grab via Gradle, by adding this to your `build.gradle`: ```gradle dependencies { // ... - compile ('org.rm3l:maoni:4.0.0@aar') { + compile ('org.rm3l:maoni:4.0.1@aar') { transitive = true } } @@ -388,7 +388,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w ```gradle dependencies { // ... - compile 'org.rm3l:maoni-common:4.0.0' + compile 'org.rm3l:maoni-common:4.0.1' } ``` diff --git a/maoni-sample/src/main/res/values/library_maoni_strings.xml b/maoni-sample/src/main/res/values/library_maoni_strings.xml index 6602cfd0..bc7e272f 100644 --- a/maoni-sample/src/main/res/values/library_maoni_strings.xml +++ b/maoni-sample/src/main/res/values/library_maoni_strings.xml @@ -29,7 +29,7 @@ SOFTWARE. Maoni Maoni is a lightweight library for integrating a way to collect user feedbacks from within Android applications http://maoni.rm3l.org - 4.0.0 + 4.0.1 true https://github.com/rm3l/maoni