chore(release): prepare for version 0.0.5

This commit is contained in:
HeCodes2Much
2024-05-20 23:02:19 +01:00
parent 0a504c9d13
commit 338c0b9db0

View File

@@ -16,8 +16,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 34
versionCode = 4
versionName = "0.0.4"
versionCode = 5
versionName = "0.0.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}