From de8510bc79b792f9eaae6cf7a4b95e039d555e7d Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 Jul 2026 11:33:17 +0200 Subject: [PATCH] =?UTF-8?q?Wydaj=20aplikacj=C4=99=20kierowcy=201.0.65=20(1?= =?UTF-8?q?18)?= 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 7f19f94..b8ae0f2 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 = 117 - versionName = "1.0.64" + versionCode = 118 + versionName = "1.0.65" setProperty("archivesBaseName", "pl.firmatpp.kierowca") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"