Skip to content

Commit 6f0fd56

Browse files
committed
Release 1.0.9
1 parent 2cc4a83 commit 6f0fd56

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 1.0.9 (released 09.03.2018)
4+
5+
- LIBcc10307 Copyright update
6+
- LIBbb10309 If setRemindInterval is set to 25 or more, the number of days is not set correctly
7+
- LIBcc10309
8+
- LIBcc20307 CODE_OF_CONDUCT.md
9+
- LIBff20307 Bengali translation
10+
- LIBff10307
11+
- LIBcc10206
12+
- LIBcc10106
13+
314
## 1.0.8 (released 05.01.2018)
415

516
- LIBbb10105

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android.enableD8=true
1212
android.enableD8.desugaring=true
1313
android.databinding.enableV2=true
1414

15-
VERSION_NAME=1.0.8
16-
VERSION_CODE=36
15+
VERSION_NAME=1.0.9
16+
VERSION_CODE=37
1717
GROUP=com.vorlonsoft
1818

1919
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.

library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
//noinspection MinSdkTooLow
1414
minSdkVersion 9
1515
targetSdkVersion 27
16-
versionCode 36
17-
versionName "1.0.8"
16+
versionCode 37
17+
versionName "1.0.9"
1818
}
1919
compileOptions {
2020
sourceCompatibility JavaVersion.VERSION_1_8

library/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
88
xmlns:tools="http://schemas.android.com/tools"
99
package="com.vorlonsoft.android.rate"
10-
android:versionCode="36"
11-
android:versionName="1.0.8"
10+
android:versionCode="37"
11+
android:versionName="1.0.9"
1212
tools:ignore="GradleOverrides">
1313

1414
<uses-sdk android:minSdkVersion="9" />

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.vorlonsoft.android.rate.sample"
1414
minSdkVersion 14
1515
targetSdkVersion 27
16-
versionCode 8
17-
versionName "1.1.6"
16+
versionCode 9
17+
versionName "1.1.7"
1818
}
1919
compileOptions {
2020
sourceCompatibility JavaVersion.VERSION_1_8

sample/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
88
xmlns:tools="http://schemas.android.com/tools"
99
package="com.vorlonsoft.android.rate.sample"
10-
android:versionCode="8"
11-
android:versionName="1.1.6"
10+
android:versionCode="9"
11+
android:versionName="1.1.7"
1212
tools:ignore="GradleOverrides">
1313

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

0 commit comments

Comments
 (0)