https://github.com/YoKeyword/Fragmentation Fragmentation 的代码,只是为了改成androidx
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.zouxianbincc:Fragmentation:1.0.2'
}