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

com.likethesalad.placeholder.models.raw.MainValuesRawFiles.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: 1.3.0
Show newest version
package com.likethesalad.placeholder.models.raw

import java.io.File

class MainValuesRawFiles(
    suffix: String,
    valuesRawFiles: List
) : RawFiles(suffix, valuesRawFiles) {
    override fun getRawFilesMetaList(): List> {
        return listOf(mainValuesRawFiles)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy