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.1.6 (released 24.04.2018)
4+
5+ - LIBff10424
6+ - LIBcc20420
7+ - LIBbb10420 Unit test for com.vorlonsoft.android.rate.UriHelper
8+ - LIBcc10420
9+ - LIBff10419 Apple App Store
10+ - LIBcc20418 Inspection
11+
312## 1.1.5 (released 18.04.2018)
413
514- LIBcc10418
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ org.gradle.caching =true
1111android.enableD8.desugaring =true
1212android.enableR8 =true
1313
14- VERSION_NAME =1.1.5
15- VERSION_CODE =39
14+ VERSION_NAME =1.1.6
15+ VERSION_CODE =40
1616GROUP =com.vorlonsoft
1717
1818POM_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 39
17- versionName ' 1.1.5 '
16+ versionCode 40
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"
10- android : versionCode =" 39 "
11- android : versionName =" 1.1.5 "
10+ android : versionCode =" 40 "
11+ android : versionName =" 1.1.6 "
1212 tools : ignore =" GradleOverrides" >
1313
1414 <application />
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 11
17- versionName ' 1.1.9 '
16+ versionCode 12
17+ versionName ' 1.1.10 '
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 =" 11 "
11- android : versionName =" 1.1.9 "
10+ android : versionCode =" 12 "
11+ android : versionName =" 1.1.10 "
1212 tools : ignore =" GradleOverrides" >
1313
1414 <application
You can’t perform that action at this time.
0 commit comments