diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2248f..46964b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Change Log ========== +Version 1.2.0 *(2014-02-17)* +---------------------------- + + * Added support for custom Animations. + * Added support for displaying Sticky notifications closed manually. + * Allow to provide a custom parent. + * Allow to provide a priority, so some urgent AppMsgs can jump to the front of the queue. + * Fix: Activity leaking. + + Version 1.1.1 *(2013-10-29)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index 5a9a781..d41e066 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.1.1-SNAPSHOT -VERSION_CODE=4 +VERSION_NAME=1.2.0-SNAPSHOT +VERSION_CODE=5 GROUP=com.github.johnkil.android-appmsg POM_DESCRIPTION=In-layout android notifications diff --git a/library/AndroidManifest.xml b/library/AndroidManifest.xml index 2a75f57..c03f665 100644 --- a/library/AndroidManifest.xml +++ b/library/AndroidManifest.xml @@ -1,11 +1,11 @@ + android:versionCode="5" + android:versionName="1.2.0"> + android:targetSdkVersion="19"/> diff --git a/sample/AndroidManifest.xml b/sample/AndroidManifest.xml index e14c182..701560e 100644 --- a/sample/AndroidManifest.xml +++ b/sample/AndroidManifest.xml @@ -1,17 +1,19 @@ + android:versionCode="5" + android:versionName="1.2.0"> + android:targetSdkVersion="19"/> - +