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 1
1
# CHANGELOG
2
2
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
+
3
22
## 1.1.0 (released 11.04.2018)
4
23
5
24
- LIBcc10411
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ org.gradle.parallel =true
9
9
org.gradle.caching =true
10
10
11
11
android.enableD8.desugaring =true
12
- # android.enableR8 =true
12
+ android.enableR8 =true
13
13
14
- VERSION_NAME =1.1.0
15
- VERSION_CODE =38
14
+ VERSION_NAME =1.1.5
15
+ VERSION_CODE =39
16
16
GROUP =com.vorlonsoft
17
17
18
18
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 38
17
- versionName ' 1.1.0 '
16
+ versionCode 39
17
+ versionName ' 1.1.5 '
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 =" 38 "
11
- android : versionName =" 1.1.0 "
10
+ android : versionCode =" 39 "
11
+ android : versionName =" 1.1.5 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<application />
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 10
17
- versionName ' 1.1.8 '
16
+ versionCode 11
17
+ versionName ' 1.1.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.sample"
10
- android : versionCode =" 10 "
11
- android : versionName =" 1.1.8 "
10
+ android : versionCode =" 11 "
11
+ android : versionName =" 1.1.9 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<application
You can’t perform that action at this time.
0 commit comments