Skip to content

Commit 7f74a31

Browse files
committed
Release 1.1.5
1 parent 4bfa087 commit 7f74a31

File tree

6 files changed

+30
-11
lines changed

6 files changed

+30
-11
lines changed

CHANGELOG.md

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

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+
322
## 1.1.0 (released 11.04.2018)
423

524
- LIBcc10411

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ org.gradle.parallel =true
99
org.gradle.caching =true
1010

1111
android.enableD8.desugaring =true
12-
# android.enableR8 =true
12+
android.enableR8 =true
1313

14-
VERSION_NAME =1.1.0
15-
VERSION_CODE =38
14+
VERSION_NAME =1.1.5
15+
VERSION_CODE =39
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 38
17-
versionName '1.1.0'
16+
versionCode 39
17+
versionName '1.1.5'
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="38"
11-
android:versionName="1.1.0"
10+
android:versionCode="39"
11+
android:versionName="1.1.5"
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 10
17-
versionName '1.1.8'
16+
versionCode 11
17+
versionName '1.1.9'
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="10"
11-
android:versionName="1.1.8"
10+
android:versionCode="11"
11+
android:versionName="1.1.9"
1212
tools:ignore="GradleOverrides">
1313

1414
<application

0 commit comments

Comments
 (0)