From 5964f490409f19418d72876999c36a95268fefa1 Mon Sep 17 00:00:00 2001 From: Leonardo Ledda Date: Sat, 28 Oct 2023 00:55:05 +0200 Subject: [PATCH] ReVancedUpdater: Bump version to 3.1.0 Signed-off-by: Leonardo Ledda --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 44d610d1..9c2bc6bf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,7 +21,7 @@ android { minSdk = 24 targetSdk = 34 versionCode = getCommitCount() - versionName = "3.0.2" + versionName = "3.1.0" resourceConfigurations += listOf("en", "it") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }