From d739882ae11579ca7f8a2983145fa8fae2730330 Mon Sep 17 00:00:00 2001 From: Federico Matteoni Date: Sat, 4 Jun 2022 13:42:49 +0200 Subject: [PATCH] New version: 1.01 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5746563..a585f7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.fexed.spacecadetpinball" minSdk 21 targetSdk 31 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.01" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }