chore(release): prepare for version 0.0.8

This commit is contained in:
HeCodes2Much
2024-05-23 12:48:55 +01:00
parent b58beb1dc4
commit 0d32f77e0f

View File

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