You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
106
110
107
111
| Library | Function | Description in build.gradle |
108
112
|:-------------|:-------------|:-----|
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|
0 commit comments