From f1cb2d618d4b45f81a8f16185dc05d51725d5cfe Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 Jul 2026 11:35:47 +0200 Subject: [PATCH] =?UTF-8?q?Wydaj=20aplikacj=C4=99=20kierowcy=201.0.66=20(1?= =?UTF-8?q?19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b8ae0f2..23372ed 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,8 +34,8 @@ android { applicationId = "pl.firmatpp.kierowca" minSdk = 26 targetSdk = 35 - versionCode = 118 - versionName = "1.0.65" + versionCode = 119 + versionName = "1.0.66" setProperty("archivesBaseName", "pl.firmatpp.kierowca") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"