File tree Expand file tree Collapse file tree 6 files changed +40
-10
lines changed Expand file tree Collapse file tree 6 files changed +40
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.1.8 (released 07.07.2018)
4
+
5
+ - LIBcc30706
6
+ - LIBcc20706
7
+ - LIBcc10706
8
+ - LIBbb10705
9
+ - LIBff10705 dismissRateDialog() added
10
+ - LIBcc20705 Animated screenshots update
11
+ - LIBcc10705
12
+ - LIBcc10623 Sample launcher icon update
13
+ - LIBcc30622
14
+ - LIBcc20622 README.md update
15
+ - LIBcc10622
16
+ - LIBcc10621
17
+ - LIBff10524 Merge pull request #3 (Add logo) from hafizahmmed/master
18
+ - LIBff30521
19
+ - LIBcc20521
20
+ - LIBcc10521
21
+ - LIBff10518
22
+ - LIBcc10518
23
+ - LIBcc10517
24
+ - LIBff10516
25
+ - LIBcc10516
26
+ - LIBcc10515
27
+ - LIBcc20514
28
+ - LIBcc10514 AndroidX refactoring
29
+ - LIBcc10511
30
+ - LIBff10508
31
+ - LIBbb10508
32
+
3
33
## 1.1.7 (released 08.05.2018)
4
34
5
35
- LIBcc10508
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android.enableJetifier = false
13
13
android.enableR8 = true
14
14
android.useAndroidX = true
15
15
16
- VERSION_NAME = 1.1.7
17
- VERSION_CODE = 41
16
+ VERSION_NAME = 1.1.8
17
+ VERSION_CODE = 42
18
18
GROUP = com.vorlonsoft
19
19
20
20
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 28
16
- versionCode 41
17
- versionName ' 1.1.7 '
16
+ versionCode 42
17
+ versionName ' 1.1.8 '
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
19
}
20
20
compileOptions {
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 =" 41 "
11
- android : versionName =" 1.1.7 "
10
+ android : versionCode =" 42 "
11
+ android : versionName =" 1.1.8 "
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 28
16
- versionCode 13
17
- versionName ' 1.1.11 '
16
+ versionCode 14
17
+ versionName ' 1.1.12 '
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 =" 13 "
11
- android : versionName =" 1.1.11 "
10
+ android : versionCode =" 14 "
11
+ android : versionName =" 1.1.12 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<application
You can’t perform that action at this time.
0 commit comments