File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android.enableD8=true
1212android.enableD8.desugaring =true
1313android.databinding.enableV2 =true
1414
15- VERSION_NAME =1.0.8
16- VERSION_CODE =36
15+ VERSION_NAME =1.0.9
16+ VERSION_CODE =37
1717GROUP =com.vorlonsoft
1818
1919POM_DESCRIPTION =Library for Android applications, which provides rating dialog.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments