Skip to content

liu-wanshun/frameworkJar

Repository files navigation

frameworkJar

jitpack Weekly download statistics Monthly download statistics license

 A gradle plugin for add frameworkJar in to classpath for using android hiden api 

Add Gradle Plugin

Using the plugins DSL:

pluginManagement { repositories { maven { url = uri("https://www.jitpack.io/") } } } plugins { id("io.github.liu-wanshun.frameworkJar") version "1.0.0" }
Using apply plugin (the old way)

legacy plugin application

Learn how to apply plugins to subprojects

buildscript { repositories { maven { url = uri("https://www.jitpack.io/") } } dependencies { classpath("io.github.liu-wanshun.frameworkJar:plugins:1.0.0") } } apply(plugin = "io.github.liu-wanshun.frameworkJar")

Example

Kotlin DSL / Groovy DSL :

dependencies { // this should replace with your frameworkJar frameworkJar("androidx.core:core:1.0.0") }

About

A gradle plugin for add frameworkJar in to classpath for using android hiden api

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages