From 6cc4548ea4d1f6277004bfa6d1e640a9227c8915 Mon Sep 17 00:00:00 2001 From: Maxim Paymushkin Date: Sat, 28 Sep 2024 22:12:43 +0200 Subject: [PATCH] update to v2.2.6 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 113be3c8..00f7548a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { applicationId = "com.github.bmx666.appcachecleaner" minSdk = 23 targetSdk = 35 - versionCode = 103 - versionName = "2.2.5" + versionCode = 104 + versionName = "2.2.6" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }