Skip to content

Commit 4c0c39a

Browse files
committed
Bump up 4.1.6
1 parent 0e4a1f6 commit 4c0c39a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# v4.1.5 2019/06/21
2-
1+
# v4.1.6 2019/06/21
2+
* Fix empty jar artifact publishing
3+
- https://github.com/cookpad/puree-android/pull/69
34
* Fix classes.jar path to packaged-classes
45
- https://github.com/cookpad/puree-android/pull/70
5-
6-
# v4.1.3 2019/06/13
7-
86
* Integrate PureeSQLiteStorage with androidx.sqlite
97
- https://github.com/cookpad/puree-android/pull/67
108
* Migrate demo to AndroidX

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
3131
// app/build.gradle
3232
dependencies {
33-
compile 'com.cookpad.puree:puree:4.1.5'
33+
compile 'com.cookpad.puree:puree:4.1.6'
3434
}
3535
```
3636

puree/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
44

55
def GROUP_ID = 'com.cookpad.puree'
66
def ARTIFACT_ID = 'puree'
7-
def VERSION = "4.1.5"
7+
def VERSION = "4.1.6"
88

99
project.version = VERSION
1010
println "building ${GROUP_ID}:${ARTIFACT_ID}:${VERSION}"

0 commit comments

Comments
 (0)