File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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
3
4
* Fix classes.jar path to packaged-classes
4
5
- https://github.com/cookpad/puree-android/pull/70
5
-
6
- # v4.1.3 2019/06/13
7
-
8
6
* Integrate PureeSQLiteStorage with androidx.sqlite
9
7
- https://github.com/cookpad/puree-android/pull/67
10
8
* Migrate demo to AndroidX
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildscript {
30
30
31
31
// app/build.gradle
32
32
dependencies {
33
- compile 'com.cookpad.puree:puree:4.1.5 '
33
+ compile 'com.cookpad.puree:puree:4.1.6 '
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
4
4
5
5
def GROUP_ID = ' com.cookpad.puree'
6
6
def ARTIFACT_ID = ' puree'
7
- def VERSION = " 4.1.5 "
7
+ def VERSION = " 4.1.6 "
8
8
9
9
project. version = VERSION
10
10
println " building ${ GROUP_ID} :${ ARTIFACT_ID} :${ VERSION} "
You can’t perform that action at this time.
0 commit comments