Skip to content

Commit 781b068

Browse files
committed
Update README.md
1 parent 3216d57 commit 781b068

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ differnt UI components like [Drawer](https://developer.android.com/reference/and
88

99
## Changelog
1010

11+
**0.9.4**
12+
13+
Because somehow version 0.9.3 uploaded to Maven is broken :-/
14+
1115
**0.9.3**
1216

1317
- Many *TransitionBuilder methods now takes varargs
@@ -42,7 +46,7 @@ On the other hand now it only takes __8 lines of code__ to achieve the effect be
4246

4347
On Android Studio update Gradle dependency to:
4448

45-
compile 'com.github.kaichunlin.transition:core:0.9.2'
49+
compile 'com.github.kaichunlin.transition:core:0.9.4'
4650

4751
To add the corresponding slidinguppanel module:
4852

@@ -100,13 +104,13 @@ Integration
100104
--------
101105
The simplest way to integrate Android-Transition is to grab them from Maven Central or jCenter. On Android Studio, add the code below to Gradle dependencies:
102106

103-
compile 'com.github.kaichunlin.transition:core:0.9.3'
107+
compile 'com.github.kaichunlin.transition:core:0.9.4'
104108

105109
Adapters that adapts to UI components not found in Android framework or Android Support Library are provided as their own libraries, the table below is the list of libraries:
106110

107111
| Library | Function | Description in build.gradle |
108112
|:-------------|:-------------|:-----|
109-
| core | Provides core transition function and adapters | com.github.kaichunlin.transition:core:0.9.3 |
113+
| core | Provides core transition function and adapters | com.github.kaichunlin.transition:core:0.9.4 |
110114
| slidinguppanel | [AndroidSlidingUpPanel](https://github.com/umano/AndroidSlidingUpPanel) Adapter | com.github.kaichunlin.transition:slidinguppanel:0.9.1|
111115

112116
As an example, if an app requires the _slidinguppanel_ module, which implicitly requires the _core_ module, then build.gradle will look like below:

0 commit comments

Comments
 (0)