diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2ca9f8c..df54387 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "app.easy.launcher" minSdk = 24 targetSdk = 34 - versionCode = 3 - versionName = "0.0.3" + versionCode = 4 + versionName = "0.0.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }