Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Apr 17, 2018
1 parent 4bfa087 commit 7f74a31
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 1.1.5 (released 18.04.2018)

- LIBcc10418
- LIBff10417 Chinese app stores
- LIBcc30417 Inspection
- LIBbb20417
- LIBcc20417
- LIBbb10417 Tencent App Store URI update
- LIBcc10417 Inspection
- LIBff20416 Tencent App Store App
- LIBbb10416 You can't get Samsung Galaxy Apps in the browser
- LIBff10416 Yandex.Store
- LIBcc10415
- LIBbb10415 Samsung Galaxy Apps uri update
- LIBff10415 Cafe Bazaar
- LIBff20414 SlideME
- LIBff10414 BlackBerry World
- LIBff10413

## 1.1.0 (released 11.04.2018)

- LIBcc10411
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ org.gradle.parallel =true
org.gradle.caching =true

android.enableD8.desugaring =true
# android.enableR8 =true
android.enableR8 =true

VERSION_NAME =1.1.0
VERSION_CODE =38
VERSION_NAME =1.1.5
VERSION_CODE =39
GROUP =com.vorlonsoft

POM_DESCRIPTION =Library for Android applications, which provides rating dialog.
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
//noinspection MinSdkTooLow
minSdkVersion 9
targetSdkVersion 27
versionCode 38
versionName '1.1.0'
versionCode 39
versionName '1.1.5'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.vorlonsoft.android.rate"
android:versionCode="38"
android:versionName="1.1.0"
android:versionCode="39"
android:versionName="1.1.5"
tools:ignore="GradleOverrides">

<application/>
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.vorlonsoft.android.rate.sample'
minSdkVersion 14
targetSdkVersion 27
versionCode 10
versionName '1.1.8'
versionCode 11
versionName '1.1.9'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.vorlonsoft.android.rate.sample"
android:versionCode="10"
android:versionName="1.1.8"
android:versionCode="11"
android:versionName="1.1.9"
tools:ignore="GradleOverrides">

<application
Expand Down

0 comments on commit 7f74a31

Please sign in to comment.