chore(release): prepare for version 0.0.9

This commit is contained in:
HeCodes2Much
2024-05-26 08:58:10 +01:00
parent 1e767f4098
commit 60ccb27768

View File

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