chore(release): prepare for version 0.0.2

This commit is contained in:
HeCodes2Much
2024-05-09 22:06:47 +01:00
parent b95f40895b
commit 5f9b1a4b6a

View File

@@ -16,8 +16,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "0.0.1"
versionCode = 2
versionName = "0.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}