Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 565 Bytes

ViewXtend

Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
  implementation 'com.github.shariarunix:ViewXtend:1.0.0'
}

Step 3. Implementation



> If you want to see the demo, Please download the rep and run the file.

> Thanks

> shariarUnix