diff --git a/README.md b/README.md
index 4e6289b5..fdce8b1c 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ Grab via Gradle, by adding this to your `build.gradle`:
```gradle
dependencies {
// ...
- compile ('org.rm3l:maoni:4.0.2@aar') {
+ compile ('org.rm3l:maoni:4.1.0@aar') {
transitive = true
}
}
@@ -432,7 +432,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.2'
+ compile 'org.rm3l:maoni-common:4.1.0'
}
```
diff --git a/maoni-common/build.gradle b/maoni-common/build.gradle
index e7c3749a..5b036b34 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 = '4.0.2'
+version = '4.1.0'
final homePath = System.properties['user.home']
@@ -92,10 +92,10 @@ bintray {
//noinspection GroovyAssignabilityCheck
version {
- name = '4.0.2'
+ name = '4.1.0'
desc = 'Maoni Common'
released = new Date()
- vcsTag = '4.0.2'
+ vcsTag = '4.1.0'
}
publicDownloadNumbers = true
diff --git a/maoni-sample/build.gradle b/maoni-sample/build.gradle
index d30d0c02..97f99c55 100644
--- a/maoni-sample/build.gradle
+++ b/maoni-sample/build.gradle
@@ -111,8 +111,8 @@ android {
applicationId "org.rm3l.maoni.sample"
minSdkVersion 15
targetSdkVersion 25
- versionCode 401
- versionName "4.0.2"
+ versionCode 410
+ versionName "4.1.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 87e7925a..b6365f46 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.2
+ 4.1.0
true
https://github.com/rm3l/maoni
diff --git a/maoni/build.gradle b/maoni/build.gradle
index 6bae3f1c..c49d7594 100644
--- a/maoni/build.gradle
+++ b/maoni/build.gradle
@@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
- versionCode 231
- versionName "4.0.2"
+ versionCode 410
+ versionName "4.1.0"
}
buildTypes {
release {
@@ -43,7 +43,7 @@ android {
}
group = 'org.rm3l'
-version = '4.0.2'
+version = '4.1.0'
final homePath = System.properties['user.home']
@@ -107,10 +107,10 @@ bintray {
//noinspection GroovyAssignabilityCheck
version {
- name = '4.0.2'
+ name = '4.1.0'
desc = 'Maoni Android Library'
released = new Date()
- vcsTag = '4.0.2'
+ vcsTag = '4.1.0'
}
publicDownloadNumbers = true