app: Bump version to 2.1.0
Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ fun String.execute(currentWorkingDir: File = File("./")): String {
|
|||||||
|
|
||||||
val gitCommitCount = "git rev-list HEAD --count".execute().toInt()
|
val gitCommitCount = "git rev-list HEAD --count".execute().toInt()
|
||||||
val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
|
val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
|
||||||
val verName = "v2.0.0"
|
val verName = "v2.1.0"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "io.github.beakthoven.TrickyStoreOSS"
|
namespace = "io.github.beakthoven.TrickyStoreOSS"
|
||||||
|
|||||||
Reference in New Issue
Block a user