File tree Expand file tree Collapse file tree 6 files changed +30
-11
lines changed
Expand file tree Collapse file tree 6 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.1.5 (released 18.04.2018)
4+
5+ - LIBcc10418
6+ - LIBff10417 Chinese app stores
7+ - LIBcc30417 Inspection
8+ - LIBbb20417
9+ - LIBcc20417
10+ - LIBbb10417 Tencent App Store URI update
11+ - LIBcc10417 Inspection
12+ - LIBff20416 Tencent App Store App
13+ - LIBbb10416 You can't get Samsung Galaxy Apps in the browser
14+ - LIBff10416 Yandex.Store
15+ - LIBcc10415
16+ - LIBbb10415 Samsung Galaxy Apps uri update
17+ - LIBff10415 Cafe Bazaar
18+ - LIBff20414 SlideME
19+ - LIBff10414 BlackBerry World
20+ - LIBff10413
21+
322## 1.1.0 (released 11.04.2018)
423
524- LIBcc10411
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ org.gradle.parallel =true
99org.gradle.caching =true
1010
1111android.enableD8.desugaring =true
12- # android.enableR8 =true
12+ android.enableR8 =true
1313
14- VERSION_NAME =1.1.0
15- VERSION_CODE =38
14+ VERSION_NAME =1.1.5
15+ VERSION_CODE =39
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 38
17- versionName ' 1.1.0 '
16+ versionCode 39
17+ versionName ' 1.1.5 '
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 =" 38 "
11- android : versionName =" 1.1.0 "
10+ android : versionCode =" 39 "
11+ android : versionName =" 1.1.5 "
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 10
17- versionName ' 1.1.8 '
16+ versionCode 11
17+ versionName ' 1.1.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.sample"
10- android : versionCode =" 10 "
11- android : versionName =" 1.1.8 "
10+ android : versionCode =" 11 "
11+ android : versionName =" 1.1.9 "
1212 tools : ignore =" GradleOverrides" >
1313
1414 <application
You can’t perform that action at this time.
0 commit comments