Skip to content

Commit 9458361

Browse files
committed
Release 1.0.5
1 parent 251facf commit 9458361

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

3+
## 1.0.5 (released 02.12.2017)
4+
5+
- LIBff11202 Samsung Galaxy Apps support
6+
37
## 1.0.4 (released 18.11.2017)
48

59
- Chinese (zh-HK, zh-MO, zh-SG, zh-TW) added

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# Licensed under The MIT License (MIT)
44

5-
VERSION_NAME=1.0.4
6-
VERSION_CODE=32
5+
VERSION_NAME=1.0.5
6+
VERSION_CODE=33
77
GROUP=com.vorlonsoft
88

99
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
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion 9
1414
targetSdkVersion 27
15-
versionCode 32
16-
versionName "1.0.4"
15+
versionCode 33
16+
versionName "1.0.5"
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
}
1919
compileOptions {

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="32"
11-
android:versionName="1.0.4"
10+
android:versionCode="33"
11+
android:versionName="1.0.5"
1212
tools:ignore="GradleOverrides">
1313

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

0 commit comments

Comments
 (0)