me.xx2bab.polyfill.arsc.export.SimpleResource.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polyfill-arsc Show documentation
Show all versions of polyfill-arsc Show documentation
Hook Toolset for Android App Build System.
package me.xx2bab.polyfill.arsc.export
data class SimpleResource(
val id: Int,
val type: SupportedResType,
val name: String?,
val value: String?) {
companion object {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy