Skip to content

ivan200/SwipeBackFragment

Repository files navigation

SwipeBackFragment

Easy to use library to swipe back fragments or activities in the Android application.

Dependency

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'
}

Example

Developed By