Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Dec 10, 2017
1 parent dbe7990 commit befdf4e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.7 (released 10.12.2017)

- LIBff11210

## 1.0.6 (released 06.12.2017)

- LIBcc11206 Inspection
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
android.enableD8=true
android.enableD8.desugaring=true

VERSION_NAME=1.0.6
VERSION_CODE=34
VERSION_NAME=1.0.7
VERSION_CODE=35
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 34
versionName "1.0.6"
versionCode 35
versionName "1.0.7"
testInstrumentationRunner "android.support.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="34"
android:versionName="1.0.6"
android:versionCode="35"
android:versionName="1.0.7"
tools:ignore="GradleOverrides">

<uses-sdk android:minSdkVersion="9" />
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 6
versionName "1.1.4"
versionCode 7
versionName "1.1.5"
}
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="6"
android:versionName="1.1.4"
android:versionCode="7"
android:versionName="1.1.5"
tools:ignore="GradleOverrides">

<uses-sdk android:minSdkVersion="14" />
Expand Down

0 comments on commit befdf4e

Please sign in to comment.