Skip to content

I was create a module to get all media by asynchronous and you will see what I have done on the my example.

Notifications You must be signed in to change notification settings

Pisey-Nguon/EasyGalleryAndroid

Repository files navigation

EasyGallery

How to To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

if your gradle version less than 7.0, add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' } //Add this line
	}
}

if your gradle version from 7.0, add it in your root settings.gradle at the end of repositories:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
        maven { url 'https://jitpack.io' } //Add this line
    }
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.Pisey-Nguon:EasyGallery:1.0.0'
}

About

I was create a module to get all media by asynchronous and you will see what I have done on the my example.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages