com.cleveradssolutions.gradleplugin.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
CAS Gradle Plugin provides an easy way to integrate and configure CAS.AI Mediation in your android project.
package com.cleveradssolutions.gradleplugin
object BuildConfig {
const val DISPLAY_NAME: String = "CAS Gradle Plugin"
const val TAG: String = "CAS Gradle Plugin"
const val GROUP: String = "com.cleveradssolutions"
const val VERSION: String = "3.9.3.1"
const val GLOBAL_VERSION: String = "3.9.3"
}