Skip to content

Commit 22f3ac9

Browse files
committed
Release 1.1.6
1 parent fb799e3 commit 22f3ac9

6 files changed

Lines changed: 19 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 1.1.6 (released 24.04.2018)
4+
5+
- LIBff10424
6+
- LIBcc20420
7+
- LIBbb10420 Unit test for com.vorlonsoft.android.rate.UriHelper
8+
- LIBcc10420
9+
- LIBff10419 Apple App Store
10+
- LIBcc20418 Inspection
11+
312
## 1.1.5 (released 18.04.2018)
413

514
- LIBcc10418

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ org.gradle.caching =true
1111
android.enableD8.desugaring =true
1212
android.enableR8 =true
1313

14-
VERSION_NAME =1.1.5
15-
VERSION_CODE =39
14+
VERSION_NAME =1.1.6
15+
VERSION_CODE =40
1616
GROUP =com.vorlonsoft
1717

1818
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 27
16-
versionCode 39
17-
versionName '1.1.5'
16+
versionCode 40
17+
versionName '1.1.6'
1818
}
1919
compileOptions {
2020
sourceCompatibility JavaVersion.VERSION_1_8

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="39"
11-
android:versionName="1.1.5"
10+
android:versionCode="40"
11+
android:versionName="1.1.6"
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 27
16-
versionCode 11
17-
versionName '1.1.9'
16+
versionCode 12
17+
versionName '1.1.10'
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="11"
11-
android:versionName="1.1.9"
10+
android:versionCode="12"
11+
android:versionName="1.1.10"
1212
tools:ignore="GradleOverrides">
1313

1414
<application

0 commit comments

Comments
 (0)