Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Apr 24, 2018
1 parent fb799e3 commit 22f3ac9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 1.1.6 (released 24.04.2018)

- LIBff10424
- LIBcc20420
- LIBbb10420 Unit test for com.vorlonsoft.android.rate.UriHelper
- LIBcc10420
- LIBff10419 Apple App Store
- LIBcc20418 Inspection

## 1.1.5 (released 18.04.2018)

- LIBcc10418
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ org.gradle.caching =true
android.enableD8.desugaring =true
android.enableR8 =true

VERSION_NAME =1.1.5
VERSION_CODE =39
VERSION_NAME =1.1.6
VERSION_CODE =40
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 39
versionName '1.1.5'
versionCode 40
versionName '1.1.6'
}
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="39"
android:versionName="1.1.5"
android:versionCode="40"
android:versionName="1.1.6"
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 11
versionName '1.1.9'
versionCode 12
versionName '1.1.10'
}
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="11"
android:versionName="1.1.9"
android:versionCode="12"
android:versionName="1.1.10"
tools:ignore="GradleOverrides">

<application
Expand Down

0 comments on commit 22f3ac9

Please sign in to comment.