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 11# CHANGELOG
22
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+
333## 1.1.7 (released 08.05.2018)
434
535- LIBcc10508
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android.enableJetifier = false
1313android.enableR8 = true
1414android.useAndroidX = true
1515
16- VERSION_NAME = 1.1.7
17- VERSION_CODE = 41
16+ VERSION_NAME = 1.1.8
17+ VERSION_CODE = 42
1818GROUP = com.vorlonsoft
1919
2020POM_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 28
16- versionCode 41
17- versionName ' 1.1.7 '
16+ versionCode 42
17+ versionName ' 1.1.8 '
1818 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1919 }
2020 compileOptions {
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 =" 41 "
11- android : versionName =" 1.1.7 "
10+ android : versionCode =" 42 "
11+ android : versionName =" 1.1.8 "
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 28
16- versionCode 13
17- versionName ' 1.1.11 '
16+ versionCode 14
17+ versionName ' 1.1.12 '
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 =" 13 "
11- android : versionName =" 1.1.11 "
10+ android : versionCode =" 14 "
11+ android : versionName =" 1.1.12 "
1212 tools : ignore =" GradleOverrides" >
1313
1414 <application
You can’t perform that action at this time.
0 commit comments