com.jzbrooks.BuildConstants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vgo Show documentation
Show all versions of vgo Show documentation
vgo is a tool for optimizing vector artwork files that helps ensure your vector artwork is represented compactly without compromising quality.
package com.jzbrooks
internal object BuildConstants {
const val VERSION_NAME = "2.2.3"
}