From a58665cbe60f03aa925c4df28659b9875fa8ce74 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sun, 11 Dec 2022 15:30:21 +0100 Subject: [PATCH] Bump versionCode to 14 and versionName to 0.8.0 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e4a396f7..0e5fdd9c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "dev.jdtech.jellyfin" minSdk = 27 targetSdk = 33 - versionCode = 13 - versionName = "0.7.0" + versionCode = 14 + versionName = "0.8.0" } buildTypes {