From 40ef113db3c950c7302a50e92e1708d70bac3990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=8B=E9=A1=B5?= <31466456+canyie@users.noreply.github.com> Date: Sat, 25 Sep 2021 20:37:59 +0800 Subject: [PATCH] Bump version to 1.6.0 (#1172) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1767519a..72c5b4ab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ val commitCount = Git(repo).log().add(refId).call().count() val defaultManagerPackageName by extra("org.lsposed.manager") val verCode by extra(commitCount + 4200) -val verName by extra("1.5.4") +val verName by extra("1.6.0") val androidTargetSdkVersion by extra(31) val androidMinSdkVersion by extra(27) val androidBuildToolsVersion by extra("31.0.0")