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