This commit is contained in:
Sergiotarxz 2024-08-09 15:35:39 +02:00
parent 204e8cef5d
commit 12b0fcda21
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}