From 6ce9fce9a2d587dc74e7b1766b415bcd9a4af463 Mon Sep 17 00:00:00 2001 From: isra el Date: Wed, 10 Jun 2026 09:00:56 +0300 Subject: [PATCH] chore(android): bump version to 2.8.0 (versionCode 18) Co-Authored-By: Claude Sonnet 4.6 --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b12eefd..2968dea 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,8 +11,8 @@ android { defaultConfig { minSdk 24 targetSdk 34 - versionCode 17 - versionName "2.7.1" + versionCode 18 + versionName "2.8.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"