com.xfinity.resourceprovider
Owner: Mark Dappollone
MVP String ResourceProvider API Generator for Android
https://github.com/Comcast/resourceprovider2
Sources: http://www.github.com/Comcast
Version 1.3.2
1.3.2
Created 22 July 2020.
Resource Management API Generator for Android
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xfinity.resourceprovider") version "1.3.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.xfinity:resourceprovider:1.3.2") } } apply(plugin = "com.xfinity.resourceprovider")
- Applying plugins to all subprojects .