diff --git a/README.md b/README.md index 82a9997a..5aa9b6e4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Grab via Gradle, by adding this to your `build.gradle`: ```gradle dependencies { // ... - compile ('org.rm3l:maoni:2.0.1@aar') { + compile ('org.rm3l:maoni:2.2.0@aar') { transitive = true; } } @@ -149,7 +149,7 @@ Add this additional line to your `build.gradle`: ```gradle dependencies { // ... - compile 'org.rm3l:maoni-email:2.0.1' + compile 'org.rm3l:maoni-email:2.2.0' } ``` @@ -242,7 +242,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w ```gradle dependencies { // ... - compile 'org.rm3l:maoni-common:2.0.1' + compile 'org.rm3l:maoni-common:2.2.0' } ``` @@ -260,6 +260,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w * Armel Soro * [rm3l.org](https://rm3l.org) - <apps+maoni@rm3l.org> * [paypal.me/rm3l](https://paypal.me/rm3l) + * [coinbase.com/rm3l](https://www.coinbase.com/rm3l) ## License diff --git a/maoni-common/build.gradle b/maoni-common/build.gradle index a52b8a20..0efa13fa 100644 --- a/maoni-common/build.gradle +++ b/maoni-common/build.gradle @@ -28,7 +28,7 @@ targetCompatibility = '1.7' sourceCompatibility = '1.7' group = 'org.rm3l' -version = '2.0.1' +version = '2.2.0' final homePath = System.properties['user.home'] @@ -92,10 +92,10 @@ bintray { //noinspection GroovyAssignabilityCheck version { - name = '2.0.1' + name = '2.2.0' desc = 'Maoni Common' released = new Date() - vcsTag = '2.0.1' + vcsTag = '2.2.0' } publicDownloadNumbers = true diff --git a/maoni-email/build.gradle b/maoni-email/build.gradle index 810e4a60..7c1b4e28 100644 --- a/maoni-email/build.gradle +++ b/maoni-email/build.gradle @@ -36,7 +36,7 @@ configurations { } group = 'org.rm3l' -version = '2.0.1' +version = '2.2.0' final homePath = System.properties['user.home'] @@ -91,10 +91,10 @@ bintray { //noinspection GroovyAssignabilityCheck version { - name = '2.0.1' + name = '2.2.0' desc = 'Maoni Android Library - Email Handler' released = new Date() - vcsTag = '2.0.1' + vcsTag = '2.2.0' } publicDownloadNumbers = true diff --git a/maoni-sample/build.gradle b/maoni-sample/build.gradle index f2392f22..3319173b 100644 --- a/maoni-sample/build.gradle +++ b/maoni-sample/build.gradle @@ -69,8 +69,8 @@ android { applicationId "org.rm3l.maoni.sample" minSdkVersion 15 targetSdkVersion 24 - versionCode 211 - versionName "2.1.1" + versionCode 220 + versionName "2.2.0" vectorDrawables.useSupportLibrary = true } 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 7fb8b37d..2cc77aad 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 - 2.0.1 + 2.2.0 true https://github.com/rm3l/maoni diff --git a/maoni/build.gradle b/maoni/build.gradle index 9252bdf0..477e581d 100644 --- a/maoni/build.gradle +++ b/maoni/build.gradle @@ -32,7 +32,7 @@ android { minSdkVersion 15 targetSdkVersion 24 versionCode 110 - versionName "2.0.1" + versionName "2.2.0" } buildTypes { release { @@ -43,7 +43,7 @@ android { } group = 'org.rm3l' -version = '2.0.1' +version = '2.2.0' final homePath = System.properties['user.home'] @@ -103,10 +103,10 @@ bintray { //noinspection GroovyAssignabilityCheck version { - name = '2.0.1' + name = '2.2.0' desc = 'Maoni Android Library' released = new Date() - vcsTag = '2.0.1' + vcsTag = '2.2.0' } publicDownloadNumbers = true