From 78913ee1352fefe50535822b6b7b11d67c521d88 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Mon, 25 Sep 2023 23:38:00 +0200 Subject: [PATCH] build: bump versionCode to 22 and versionName to 0.13.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9d27e23b..6d3f1e13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,5 +36,5 @@ tasks.create("clean") { delete(rootProject.layout.buildDirectory) } -val appVersionCode by extra { 21 } -val appVersionName by extra { "0.13.0" } \ No newline at end of file +val appVersionCode by extra { 22 } +val appVersionName by extra { "0.13.1" } \ No newline at end of file