1
0
forked from Clones/Controlify

✏️ Added featured options to config screen + update toast on launch

This commit is contained in:
isXander
2023-08-07 22:09:24 +01:00
parent 0ea146edee
commit 41ac2b18c7
9 changed files with 168 additions and 52 deletions

View File

@ -12,7 +12,7 @@ plugins {
}
group = "dev.isxander"
version = "1.4.6+1.20"
version = "1.5.0+1.20"
val isAlpha = "alpha" in version.toString()
val isBeta = "beta" in version.toString()
if (isAlpha) println("Alpha version detected.")