diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f237b2..987211a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 1.0.9 (released 09.03.2018) + +- LIBcc10307 Copyright update +- LIBbb10309 If setRemindInterval is set to 25 or more, the number of days is not set correctly +- LIBcc10309 +- LIBcc20307 CODE_OF_CONDUCT.md +- LIBff20307 Bengali translation +- LIBff10307 +- LIBcc10206 +- LIBcc10106 + ## 1.0.8 (released 05.01.2018) - LIBbb10105 diff --git a/gradle.properties b/gradle.properties index 77f3503..c471df7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,8 +12,8 @@ android.enableD8=true android.enableD8.desugaring=true android.databinding.enableV2=true -VERSION_NAME=1.0.8 -VERSION_CODE=36 +VERSION_NAME=1.0.9 +VERSION_CODE=37 GROUP=com.vorlonsoft POM_DESCRIPTION=Library for Android applications, which provides rating dialog. diff --git a/library/build.gradle b/library/build.gradle index 43cad71..1fb96fd 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -13,8 +13,8 @@ android { //noinspection MinSdkTooLow minSdkVersion 9 targetSdkVersion 27 - versionCode 36 - versionName "1.0.8" + versionCode 37 + versionName "1.0.9" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index a936aaa..0c9aeea 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ diff --git a/sample/build.gradle b/sample/build.gradle index ea0f888..9741219 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.vorlonsoft.android.rate.sample" minSdkVersion 14 targetSdkVersion 27 - versionCode 8 - versionName "1.1.6" + versionCode 9 + versionName "1.1.7" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml index 4b5b5b0..457ff76 100644 --- a/sample/src/main/AndroidManifest.xml +++ b/sample/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@