Skip to content

Commit 7afce83

Browse files
committed
Release 1.1.8
1 parent 2dbc36a commit 7afce83

File tree

6 files changed

+40
-10
lines changed

6 files changed

+40
-10
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android.enableJetifier = false
1313
android.enableR8 = true
1414
android.useAndroidX = true
1515

16-
VERSION_NAME = 1.1.7
17-
VERSION_CODE = 41
16+
VERSION_NAME = 1.1.8
17+
VERSION_CODE = 42
1818
GROUP = com.vorlonsoft
1919

2020
POM_DESCRIPTION = Library for Android applications, which provides rating dialog.

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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 />

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

sample/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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

0 commit comments

Comments
 (0)