diff --git a/README.md b/README.md
index a97768529..ba8958912 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ The AboutLibraries Library is pushed to [Maven Central], so you just need to add
```javascript
dependencies {
- compile 'com.tundem.aboutlibraries:library:2.1.5@aar'
+ compile 'com.tundem.aboutlibraries:library:2.2.0@aar'
}
```
diff --git a/gradle.properties b/gradle.properties
index a60554a87..7066ef578 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
-VERSION_NAME=2.1.5
-VERSION_CODE=215
+VERSION_NAME=2.2.0
+VERSION_CODE=220
GROUP=com.tundem.aboutlibraries
POM_DESCRIPTION=AboutLibraries Library
diff --git a/library/build.gradle b/library/build.gradle
index 66352395a..5408b025e 100755
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 20
- versionCode 215
- versionName '2.1.5'
+ versionCode 220
+ versionName '2.2.0'
}
buildTypes {
diff --git a/library/src/main/res/values/library_aboutlibraries_strings.xml b/library/src/main/res/values/library_aboutlibraries_strings.xml
index 0949555fd..7e7a66ac4 100755
--- a/library/src/main/res/values/library_aboutlibraries_strings.xml
+++ b/library/src/main/res/values/library_aboutlibraries_strings.xml
@@ -12,7 +12,7 @@
Most modern apps feature an "Used Library"-Section and for this some information of those libs is required. As it gets annoying to copy those strings always to your app I have developed this small helper library to provide the required information.
]]>
- 2.1.2
+ 2.2.0
https://github.com/mikepenz/AboutLibraries
apache_2_0
true
diff --git a/sample/build.gradle b/sample/build.gradle
index e114afbfb..9ca5f230a 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId 'com.tundem.aboutlibraries.sample'
minSdkVersion 16
targetSdkVersion 20
- versionCode 215
- versionName '2.1.5'
+ versionCode 220
+ versionName '2.2.0'
}
buildTypes {
release {