r

return-transition-patcher

A patcher to fix an issue of the (shared element) return transition on Android 10 and above.
https://github.com/xjunz/ReturnTransitionPatcher
The Apache License, Version 2.0
xjunz
文件下载
文件名 操作
return-transition-patcher-1.1.0.pom 下载
return-transition-patcher-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.xjunz</groupId>
  <artifactId>return-transition-patcher</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.xjunz:return-transition-patcher:1.1.0'
Gradle Kotlin
implementation("io.github.xjunz:return-transition-patcher:1.1.0")
Scala SBT
libraryDependencies += "io.github.xjunz" % "return-transition-patcher" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xjunz', module='return-transition-patcher', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.xjunz" name="return-transition-patcher" rev="1.1.0" />
Leiningen
[io.github.xjunz/return-transition-patcher "1.1.0"]
Apache Buildr
'io.github.xjunz:return-transition-patcher:jar:1.1.0'
本项目依赖
该项目无第三方依赖