From 227e08a67169ef41c449f2c640e6e0af420ea3ac Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 Jul 2026 15:03:18 +0200 Subject: [PATCH] =?UTF-8?q?Wydaj=20aplikacj=C4=99=20kierowcy=201.0.67=20(1?= =?UTF-8?q?20)?= 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 23372ed..8d57683 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 = 119 - versionName = "1.0.66" + versionCode = 120 + versionName = "1.0.67" setProperty("archivesBaseName", "pl.firmatpp.kierowca") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"