com.deque.networking.usageservice.UsageServiceConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axe-devtools-android-core Show documentation
Show all versions of axe-devtools-android-core Show documentation
The Axe Devtools Android Core Library
The newest version!
package com.deque.networking.usageservice
data class UsageServiceConfig(
val buildEnv: String,
val buildFlavor: String
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy