Updating to version 1.2

This commit is contained in:
Sergiotarxz 2024-10-03 07:33:05 +02:00
parent a46e95c73c
commit a5e4f46180
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "me.sergiotarxz.bedrockstation"
minSdk 14
targetSdk 34
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -10,8 +10,8 @@ android {
applicationId "me.sergiotarxz.bedrockstation"
minSdk 14
targetSdk 34
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}