From 11cbac7e733b3ef1a73e8f2c7b2e844ad8388413 Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:15:59 +0200 Subject: [PATCH] Update version code and name to 150 and 15.0 --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7915853..f4a19ce 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.michatec.radio" minSdk = 28 targetSdk = 37 - versionCode = 146 - versionName = "14.6" + versionCode = 150 + versionName = "15.0" } compileOptions { @@ -80,4 +80,4 @@ dependencies { // Volley HTTP request // implementation(libs.volley) implementation(libs.material3) -} \ No newline at end of file +}