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.8 (released 05.01.2018)
4+
5+ - LIBbb10105
6+ - LIBff10105 Indonesian translation
7+ - LIBcc10105
8+ - LIBcc11217
9+ - LIBcc11213
10+
311## 1.0.7 (released 10.12.2017)
412
513- LIBff11210
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android.enableD8=true
99android.enableD8.desugaring =true
1010android.databinding.enableV2 =true
1111
12- VERSION_NAME =1.0.7
13- VERSION_CODE =35
12+ VERSION_NAME =1.0.8
13+ VERSION_CODE =36
1414GROUP =com.vorlonsoft
1515
1616POM_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 35
17- versionName " 1.0.7 "
16+ versionCode 36
17+ versionName " 1.0.8 "
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 =" 35 "
11- android : versionName =" 1.0.7 "
10+ android : versionCode =" 36 "
11+ android : versionName =" 1.0.8 "
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 7
17- versionName " 1.1.5 "
16+ versionCode 8
17+ versionName " 1.1.6 "
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 =" 7 "
11- android : versionName =" 1.1.5 "
10+ android : versionCode =" 8 "
11+ android : versionName =" 1.1.6 "
1212 tools : ignore =" GradleOverrides" >
1313
1414 <uses-sdk android : minSdkVersion =" 14" />
You can’t perform that action at this time.
0 commit comments