Wear cwf v1.0 ready for release (I hope...)
This commit is contained in:
parent
40ca27fb8e
commit
c08e43f412
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import java.util.zip.ZipEntry
|
|||
import java.util.zip.ZipInputStream
|
||||
import java.util.zip.ZipOutputStream
|
||||
|
||||
val CUSTOM_VERSION = "0.10"
|
||||
val CUSTOM_VERSION = "1.0"
|
||||
|
||||
enum class CwfDrawableFileMap(val key: String, @DrawableRes val icon: Int?, val fileName: String) {
|
||||
UNKNOWN("unknown", null, "Unknown"),
|
||||
|
|
Loading…
Reference in a new issue