chore(release): prepare for version 0.0.6

This commit is contained in:
HeCodes2Much
2024-05-22 16:50:35 +01:00
parent 3ba7bcf3d8
commit fdc57fcea6

View File

@@ -16,8 +16,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 34
versionCode = 6
versionName = "0.0.6"
versionCode = 7
versionName = "0.0.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}