From 0c8a3035b68430f8cc9c2b4d23959f3cb2636201 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Thu, 30 Dec 2021 20:29:40 +0100 Subject: [PATCH] Bump up app version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a8d3a816..bad27c8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.cappielloantonio.playforsubsonic" minSdkVersion 26 targetSdkVersion 31 - versionCode 2 - versionName "1.1" + versionCode 3 + versionName "2.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"