diff --git a/README.md b/README.md
index 8eaf4a03..dc644cbd 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ Grab via Gradle, by adding this to your `build.gradle`:
```gradle
dependencies {
// ...
- compile ('org.rm3l:maoni:5.0.0@aar') {
+ compile ('org.rm3l:maoni:6.0.0@aar') {
transitive = true
}
}
@@ -433,7 +433,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w
```gradle
dependencies {
// ...
- compile 'org.rm3l:maoni-common:5.0.0'
+ compile 'org.rm3l:maoni-common:6.0.0'
}
```
diff --git a/maoni-common/build.gradle b/maoni-common/build.gradle
index 3221e040..47aa3fb4 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 = '5.0.0'
+version = '6.0.0'
final homePath = System.properties['user.home']
@@ -85,10 +85,10 @@ bintray {
//noinspection GroovyAssignabilityCheck
version {
- name = '5.0.0'
+ name = '6.0.0'
desc = 'Maoni Common'
released = new Date()
- vcsTag = '5.0.0'
+ vcsTag = '6.0.0'
}
publicDownloadNumbers = true
diff --git a/maoni-sample/build.gradle b/maoni-sample/build.gradle
index 48577928..df5b278a 100644
--- a/maoni-sample/build.gradle
+++ b/maoni-sample/build.gradle
@@ -114,8 +114,8 @@ android {
applicationId "org.rm3l.maoni.sample"
minSdkVersion 15
targetSdkVersion 27
- versionCode 500
- versionName "5.0.0"
+ versionCode 600
+ versionName "6.0.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 5cb9e276..12c7f505 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
- 5.0.0
+ 6.0.0
true
https://github.com/rm3l/maoni
diff --git a/maoni/build.gradle b/maoni/build.gradle
index ab63a494..6f12069e 100644
--- a/maoni/build.gradle
+++ b/maoni/build.gradle
@@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
- versionCode 500
- versionName "5.0.0"
+ versionCode 600
+ versionName "6.0.0"
}
buildTypes {
release {
@@ -49,7 +49,7 @@ android {
}
group = 'org.rm3l'
-version = '5.0.0'
+version = '6.0.0'
final homePath = System.properties['user.home']
@@ -113,10 +113,10 @@ bintray {
//noinspection GroovyAssignabilityCheck
version {
- name = '5.0.0'
+ name = '6.0.0'
desc = 'Maoni Android Library'
released = new Date()
- vcsTag = '5.0.0'
+ vcsTag = '6.0.0'
}
publicDownloadNumbers = true