Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
/ androidx-helper Public archive

Gradle plugin to make applying AndroidX dependencies easier

Notifications You must be signed in to change notification settings

OmriCat/androidx-helper

Repository files navigation

AndroidX Gradle Helper Plugin

A gradle plugin which is automatically generated from Google's maven repository which provides extension properties to make applying AndroidX dependencies easier.

build.gradle.kts

dependencies {
    implementation(androidx.lifecycle.lifecycleCommon("1.0-RC2"))
    implementation(androidx.fragment.fragmentKtx("$1.0.2"))
}

About

Gradle plugin to make applying AndroidX dependencies easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages