From 10c79458dbf53007fbb0e1ce2df5730909ae783a Mon Sep 17 00:00:00 2001 From: D4rK7355608 Date: Mon, 8 Jul 2024 12:33:33 +0300 Subject: [PATCH] Fixed the dot indicator --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 15da3cc..9b44944 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,7 +14,7 @@ android { applicationId = "com.d4rk.cleaner" minSdk = 26 targetSdk = 34 - versionCode = 80 + versionCode = 81 versionName = "2.0.0" archivesName = "${applicationId}-v${versionName}" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"