From 12b0fcda210eee45c8b4496439ea423bbcaaf34f Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Fri, 9 Aug 2024 15:35:39 +0200 Subject: [PATCH] v1.1 --- app/build.gradle.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.example b/app/build.gradle.example index f47f314..15cad62 100644 --- a/app/build.gradle.example +++ b/app/build.gradle.example @@ -10,8 +10,8 @@ android { applicationId "me.sergiotarxz.bedrockstation" minSdk 14 targetSdk 34 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }