Skip to content

Commit 6157c81

Browse files
committed
Release 1.1.0
1 parent 9198ac1 commit 6157c81

5 files changed

Lines changed: 32 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## 1.1.0 (released 11.04.2018)
4+
5+
- LIBcc10411
6+
- LIBff10411 Appstores
7+
- LIBcc10410
8+
- LIBbb10408
9+
- LIBcc10402
10+
- LIBbb20401
11+
- LIBbb10401
12+
- LIBbb10331
13+
- LIBff10331
14+
- LIBff10330
15+
- LIBcc10330
16+
- LIBcc30327
17+
- LIBff10327
18+
- LIBcc20327
19+
- LIBcc10327
20+
- LIBbb10322
21+
- LIBcc10322
22+
- LIBcc10320
23+
- LIBcc20316 Inspection
24+
- LIBcc10316
25+
- LIBcc10313
26+
327
## 1.0.9 (released 09.03.2018)
428

529
- LIBcc10307 Copyright update

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 37
17-
versionName '1.0.9'
16+
versionCode 38
17+
versionName '1.1.0'
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="37"
11-
android:versionName="1.0.9"
10+
android:versionCode="38"
11+
android:versionName="1.1.0"
1212
tools:ignore="GradleOverrides">
1313

1414
<application/>

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 9
17-
versionName '1.1.7'
16+
versionCode 10
17+
versionName '1.1.8'
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="9"
11-
android:versionName="1.1.7"
10+
android:versionCode="10"
11+
android:versionName="1.1.8"
1212
tools:ignore="GradleOverrides">
1313

1414
<application

0 commit comments

Comments
 (0)