All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cleveradssolutions.gradleplugin.BuildConfig.kt Maven / Gradle / Ivy

Go to download

CAS Gradle Plugin provides an easy way to integrate and configure CAS.AI Mediation in your android project.

There is a newer version: 3.9.4
Show newest version
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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy