Search Gradle plugins

com.gamechangesns.gc_nboard_upass_huawei_test

This plugin automatically adds dependencies related to CameraX and MLKit.

http://gamechangesns.com/

Sources: https://github.com/gcsns/nboard_sdk_gradle_plugin

Version 1.2.3 (latest)

1.2.3

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:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.gamechangesns:gc-nboard-upass-huawei-test:1.2.3")
      }
    }
    
    apply(plugin = "com.gamechangesns.gc_nboard_upass_huawei_test")
  • Applying plugins to all subprojects .