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

com.likethesalad.android.templates.common.utils.CommonConstants.kt Maven / Gradle / Ivy

Go to download

This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.

There is a newer version: 2.12.0
Show newest version
package com.likethesalad.android.templates.common.utils

import java.io.File
import java.util.regex.Matcher

object CommonConstants {
    val PLACEHOLDER_REGEX = Regex("\\$\\{([a-zA-Z0-9_]+)}")
    const val PROVIDER_PACKAGE_NAME = "com.likethesalad.android.templates.provider.implementation"
    const val RESOLVE_PLACEHOLDERS_TASKS_GROUP_NAME = "stem"
    val FILE_SEPARATOR_MATCHER: String = Matcher.quoteReplacement(File.separator)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy