From d9e3712195bd9add1a8427e8168d17c1679bf3f6 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 8 Mar 2021 13:37:27 +0800 Subject: [PATCH] [app] [core] Bump new ver (#289) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b97eca44..77b2fcf0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ val commitCount = Git(repo).log().add(refId).call().count() val defaultManagerPackageName by extra("io.github.lsposed.manager") val verCode by extra(commitCount + 4200) -val verName by extra("v1.2.1") +val verName by extra("v1.2.2") val androidTargetSdkVersion by extra(30) val androidMinSdkVersion by extra(27) val androidBuildToolsVersion by extra("30.0.3")