com.likethesalad.android.templates.provider.api.versioning.TemplatesProviderHost.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of templates-provider-api Show documentation
Show all versions of templates-provider-api Show documentation
This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.
package com.likethesalad.android.templates.provider.api.versioning
interface TemplatesProviderHost {
fun getPluginVersion(): String
}