From f5e3bed1fd03404cc1dffda70277d6ecffddf51e Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 29 Nov 2021 23:11:51 +0100 Subject: [PATCH] Bump version to 1.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 63208f8..dc18464 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.rom1v.sndcpy" minSdkVersion 29 targetSdkVersion 31 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }