chore(release): prepare for version 0.1.0

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2024-05-27 13:38:09 +01:00
committed by HeCodes2Much
parent d0e19bea55
commit 162d8a0386

View File

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