Skip to content

A common repository library over Content-Provider to be shared accross client and provider apps

Notifications You must be signed in to change notification settings

rmuhamed/ProviderLibrary

Repository files navigation

ProviderLib

Requirements

Have maven installed in your computer

Deploy

Use the following command, gradle (or using wrapper,i.e ./gradlew) clean publishToMavenLocal

Usage

Check first if the .aar is inside your .m2 directory. Second, in order to use this library in a client app, and mavenLocal in your project build.gradle file

allprojects { 
    repositories {
        mavenLocal()
        google()
        jcenter()
    }
}

About

A common repository library over Content-Provider to be shared accross client and provider apps

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages