From 2306c08d0efda72a799c307cf190e8ee8b25e443 Mon Sep 17 00:00:00 2001 From: Malopieds Date: Mon, 18 Nov 2024 22:18:40 +0100 Subject: [PATCH] bump: bump to v0.5.11 --- 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 c6d9673b3..2cd75dedd 100755 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,8 +18,8 @@ android { applicationId = "com.malopieds.innertune" minSdk = 24 targetSdk = 35 - versionCode = 27 - versionName = "0.5.11-rc1" + versionCode = 28 + versionName = "0.5.11" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildTypes {