File tree 6 files changed +21
-10
lines changed
6 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
14
## 1.0.8 (released 05.01.2018)
4
15
5
16
- LIBbb10105
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android.enableD8=true
12
12
android.enableD8.desugaring =true
13
13
android.databinding.enableV2 =true
14
14
15
- VERSION_NAME =1.0.8
16
- VERSION_CODE =36
15
+ VERSION_NAME =1.0.9
16
+ VERSION_CODE =37
17
17
GROUP =com.vorlonsoft
18
18
19
19
POM_DESCRIPTION =Library for Android applications, which provides rating dialog.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
// noinspection MinSdkTooLow
14
14
minSdkVersion 9
15
15
targetSdkVersion 27
16
- versionCode 36
17
- versionName " 1.0.8 "
16
+ versionCode 37
17
+ versionName " 1.0.9 "
18
18
}
19
19
compileOptions {
20
20
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 7
7
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
8
8
xmlns : tools =" http://schemas.android.com/tools"
9
9
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 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<uses-sdk android : minSdkVersion =" 9" />
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
applicationId " com.vorlonsoft.android.rate.sample"
14
14
minSdkVersion 14
15
15
targetSdkVersion 27
16
- versionCode 8
17
- versionName " 1.1.6 "
16
+ versionCode 9
17
+ versionName " 1.1.7 "
18
18
}
19
19
compileOptions {
20
20
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 7
7
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
8
8
xmlns : tools =" http://schemas.android.com/tools"
9
9
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 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<uses-sdk android : minSdkVersion =" 14" />
You can’t perform that action at this time.
0 commit comments