From 5b6eaa89fe782da610a8031e3387b551f4b93674 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sat, 21 Jan 2023 18:14:50 +0100 Subject: [PATCH] Bump versionCode to 15 and versionName to 0.9.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bdaa8ae8..c3b0f9d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,5 +24,5 @@ tasks.create("clean") { delete(rootProject.buildDir) } -val appVersionCode by extra { 14 } -val appVersionName by extra { "0.8.0" } \ No newline at end of file +val appVersionCode by extra { 15 } +val appVersionName by extra { "0.9.0" } \ No newline at end of file