Easy to use library to swipe back fragments or activities in the Android application.
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Then, add the library to your module build.gradle
dependencies {
implementation 'com.github.ivan200:SwipeBackFragment:1.0'
}
- Zakharov Ivan
- [email protected]
- Donate with Paypal