Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 720 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 720 Bytes

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