diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c6ef06b..835d347 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 = 1 - versionName = "0.0.1" + versionCode = 2 + versionName = "0.0.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }