From c03e19d525034744abbde32d2b7ea8921ae09761 Mon Sep 17 00:00:00 2001 From: Federico Matteoni Date: Sun, 8 Oct 2023 11:05:26 +0200 Subject: [PATCH] New version: 13 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e4bc01a..2c75c59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fexed.spacecadetpinball" minSdk 19 targetSdk 33 - versionCode 12 - versionName "2.4" + versionCode 13 + versionName "2.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }