Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Jul 7, 2018
1 parent 2dbc36a commit 7afce83
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# CHANGELOG

## 1.1.8 (released 07.07.2018)

- LIBcc30706
- LIBcc20706
- LIBcc10706
- LIBbb10705
- LIBff10705 dismissRateDialog() added
- LIBcc20705 Animated screenshots update
- LIBcc10705
- LIBcc10623 Sample launcher icon update
- LIBcc30622
- LIBcc20622 README.md update
- LIBcc10622
- LIBcc10621
- LIBff10524 Merge pull request #3 (Add logo) from hafizahmmed/master
- LIBff30521
- LIBcc20521
- LIBcc10521
- LIBff10518
- LIBcc10518
- LIBcc10517
- LIBff10516
- LIBcc10516
- LIBcc10515
- LIBcc20514
- LIBcc10514 AndroidX refactoring
- LIBcc10511
- LIBff10508
- LIBbb10508

## 1.1.7 (released 08.05.2018)

- LIBcc10508
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android.enableJetifier = false
android.enableR8 = true
android.useAndroidX = true

VERSION_NAME = 1.1.7
VERSION_CODE = 41
VERSION_NAME = 1.1.8
VERSION_CODE = 42
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 28
versionCode 41
versionName '1.1.7'
versionCode 42
versionName '1.1.8'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
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="41"
android:versionName="1.1.7"
android:versionCode="42"
android:versionName="1.1.8"
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 28
versionCode 13
versionName '1.1.11'
versionCode 14
versionName '1.1.12'
}
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="13"
android:versionName="1.1.11"
android:versionCode="14"
android:versionName="1.1.12"
tools:ignore="GradleOverrides">

<application
Expand Down

0 comments on commit 7afce83

Please sign in to comment.