File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.0.8 (released 05.01.2018)
4
+
5
+ - LIBbb10105
6
+ - LIBff10105 Indonesian translation
7
+ - LIBcc10105
8
+ - LIBcc11217
9
+ - LIBcc11213
10
+
3
11
## 1.0.7 (released 10.12.2017)
4
12
5
13
- LIBff11210
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android.enableD8=true
9
9
android.enableD8.desugaring =true
10
10
android.databinding.enableV2 =true
11
11
12
- VERSION_NAME =1.0.7
13
- VERSION_CODE =35
12
+ VERSION_NAME =1.0.8
13
+ VERSION_CODE =36
14
14
GROUP =com.vorlonsoft
15
15
16
16
POM_DESCRIPTION =Library for Android applications, which provides rating dialog.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
// noinspection MinSdkTooLow
14
14
minSdkVersion 9
15
15
targetSdkVersion 27
16
- versionCode 35
17
- versionName " 1.0.7 "
16
+ versionCode 36
17
+ versionName " 1.0.8 "
18
18
}
19
19
compileOptions {
20
20
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 7
7
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
8
8
xmlns : tools =" http://schemas.android.com/tools"
9
9
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 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<uses-sdk android : minSdkVersion =" 9" />
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
applicationId " com.vorlonsoft.android.rate.sample"
14
14
minSdkVersion 14
15
15
targetSdkVersion 27
16
- versionCode 7
17
- versionName " 1.1.5 "
16
+ versionCode 8
17
+ versionName " 1.1.6 "
18
18
}
19
19
compileOptions {
20
20
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 7
7
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
8
8
xmlns : tools =" http://schemas.android.com/tools"
9
9
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 "
12
12
tools : ignore =" GradleOverrides" >
13
13
14
14
<uses-sdk android : minSdkVersion =" 14" />
You can’t perform that action at this time.
0 commit comments