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

com.avito.test.gradle.files.AndroidManifest.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

There is a newer version: 2024.32
Show newest version
package com.avito.test.gradle.files

import com.avito.test.gradle.file
import java.io.File

internal fun File.androidManifest(packageName: String) = file(
    name = "AndroidManifest.xml",
    content = """
        
        
    """.trimIndent()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy