im.getsocial
Owner: Gabor Vass
GetSocial SDK Gradle plugin adds all required project dependencies and AndroidManifest.xml configurations.
Sources: https://bitbucket.org/getsocial/gradle-plugin.git
Version 0.0.10
0.0.10
Created 28 March 2019.
GetSocial SDK Gradle plugin adds all required project dependencies and AndroidManifest.xml configurations.
Add this plugin to your build using the plugins DSL:
plugins {
id("im.getsocial") version "0.0.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("im.getsocial:plugin:0.0.10") } } apply(plugin = "im.getsocial")
- Applying plugins to all subprojects .