Release: prepare for version 0.1.1

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-05-30 15:24:51 +01:00
parent 509366ed0b
commit 3b93fa0ba0

View File

@@ -16,8 +16,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 34
versionCode = 10
versionName = "0.1.0"
versionCode = 11
versionName = "0.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}