chore(release): prepare for version 0.0.4

This commit is contained in:
HeCodes2Much
2024-05-11 21:42:21 +01:00
parent a129e9410f
commit 8a091b92bf

View File

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