Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Jan 5, 2018
1 parent eaa4e33 commit c92372a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.0.8 (released 05.01.2018)

- LIBbb10105
- LIBff10105 Indonesian translation
- LIBcc10105
- LIBcc11217
- LIBcc11213

## 1.0.7 (released 10.12.2017)

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

VERSION_NAME=1.0.7
VERSION_CODE=35
VERSION_NAME=1.0.8
VERSION_CODE=36
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 35
versionName "1.0.7"
versionCode 36
versionName "1.0.8"
}
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="35"
android:versionName="1.0.7"
android:versionCode="36"
android:versionName="1.0.8"
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 7
versionName "1.1.5"
versionCode 8
versionName "1.1.6"
}
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="7"
android:versionName="1.1.5"
android:versionCode="8"
android:versionName="1.1.6"
tools:ignore="GradleOverrides">

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

0 comments on commit c92372a

Please sign in to comment.