com.gamechangesns.gc_nboard_upass_huawei_test
Owner: Neeraj Bagra
This plugin automatically adds dependencies related to CameraX and MLKit.
Sources: https://github.com/gcsns/nboard_sdk_gradle_plugin
Version 1.2.3 (latest)
Created 28 January 2021.
This plugin automatically adds dependencies related to CameraX and MLKit.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gamechangesns.gc_nboard_upass_huawei_test") version "1.2.3"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.gamechangesns.gc_nboard_upass_huawei_test:com.gamechangesns.gc_nboard_upass_huawei_test.gradle.plugin:1.2.3") }
It can then be applied in the precompiled script plugin:plugins { id("com.gamechangesns.gc_nboard_upass_huawei_test") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gamechangesns.gc_nboard_upass_huawei_test:com.gamechangesns.gc_nboard_upass_huawei_test.gradle.plugin:1.2.3") } } apply(plugin = "com.gamechangesns.gc_nboard_upass_huawei_test")
- Applying plugins to all subprojects .