Skip to content

Commit c92372a

Browse files
committed
Release 1.0.8
1 parent eaa4e33 commit c92372a

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.0.8 (released 05.01.2018)
4+
5+
- LIBbb10105
6+
- LIBff10105 Indonesian translation
7+
- LIBcc10105
8+
- LIBcc11217
9+
- LIBcc11213
10+
311
## 1.0.7 (released 10.12.2017)
412

513
- LIBff11210

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android.enableD8=true
99
android.enableD8.desugaring=true
1010
android.databinding.enableV2=true
1111

12-
VERSION_NAME=1.0.7
13-
VERSION_CODE=35
12+
VERSION_NAME=1.0.8
13+
VERSION_CODE=36
1414
GROUP=com.vorlonsoft
1515

1616
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
//noinspection MinSdkTooLow
1414
minSdkVersion 9
1515
targetSdkVersion 27
16-
versionCode 35
17-
versionName "1.0.7"
16+
versionCode 36
17+
versionName "1.0.8"
1818
}
1919
compileOptions {
2020
sourceCompatibility JavaVersion.VERSION_1_8

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
88
xmlns:tools="http://schemas.android.com/tools"
99
package="com.vorlonsoft.android.rate"
10-
android:versionCode="35"
11-
android:versionName="1.0.7"
10+
android:versionCode="36"
11+
android:versionName="1.0.8"
1212
tools:ignore="GradleOverrides">
1313

1414
<uses-sdk android:minSdkVersion="9" />

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.vorlonsoft.android.rate.sample"
1414
minSdkVersion 14
1515
targetSdkVersion 27
16-
versionCode 7
17-
versionName "1.1.5"
16+
versionCode 8
17+
versionName "1.1.6"
1818
}
1919
compileOptions {
2020
sourceCompatibility JavaVersion.VERSION_1_8

sample/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
88
xmlns:tools="http://schemas.android.com/tools"
99
package="com.vorlonsoft.android.rate.sample"
10-
android:versionCode="7"
11-
android:versionName="1.1.5"
10+
android:versionCode="8"
11+
android:versionName="1.1.6"
1212
tools:ignore="GradleOverrides">
1313

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

0 commit comments

Comments
 (0)