From 92c8314a6cf51632f9fbc987d084e960bf26c60b Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sun, 14 May 2023 19:46:20 +0200 Subject: [PATCH] build: bump versionCode to 19 and versionName to 0.11.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7b5e6a1b..d108a81c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,5 +36,5 @@ tasks.create("clean") { delete(rootProject.buildDir) } -val appVersionCode by extra { 18 } -val appVersionName by extra { "0.11.0" } \ No newline at end of file +val appVersionCode by extra { 19 } +val appVersionName by extra { "0.11.1" } \ No newline at end of file