From 222d440272aa89ca0512dce79c12229aa9752f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Fri, 28 Jan 2022 21:16:52 +0700 Subject: [PATCH] Update deps.kt --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index 2fe34ddd..fc0491ea 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -19,7 +19,7 @@ object appConfig { const val targetSdkVersion = 31 private const val MAJOR = 2 - private const val MINOR = 0 + private const val MINOR = 1 private const val PATCH = 0 const val versionCode = MAJOR * 10000 + MINOR * 100 + PATCH const val versionName = "$MAJOR.$MINOR.$PATCH"