Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Mar 9, 2018
1 parent 2cc4a83 commit 6f0fd56
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.vorlonsoft.android.rate"
android:versionCode="36"
android:versionName="1.0.8"
android:versionCode="37"
android:versionName="1.0.9"
tools:ignore="GradleOverrides">

<uses-sdk android:minSdkVersion="9" />
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.vorlonsoft.android.rate.sample"
android:versionCode="8"
android:versionName="1.1.6"
android:versionCode="9"
android:versionName="1.1.7"
tools:ignore="GradleOverrides">

<uses-sdk android:minSdkVersion="14" />
Expand Down

0 comments on commit 6f0fd56

Please sign in to comment.