chore(release): prepare for version 0.0.3

This commit is contained in:
HeCodes2Much
2024-05-11 19:06:41 +01:00
parent 8019aca19c
commit 5c88de66e2

View File

@@ -16,8 +16,8 @@ android {
applicationId = "app.easy.launcher" applicationId = "app.easy.launcher"
minSdk = 24 minSdk = 24
targetSdk = 34 targetSdk = 34
versionCode = 2 versionCode = 3
versionName = "0.0.2" versionName = "0.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }