From 513c1785efe2cf136496793ed322414eeb0ef3ac Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 24 Jul 2026 13:40:46 +0200 Subject: [PATCH] =?UTF-8?q?Wydaj=20aplikacj=C4=99=20kierowcy=201.0.71=20(1?= =?UTF-8?q?24)?= 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 cc1e3c0..6da9f2f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,8 +34,8 @@ android { applicationId = "pl.firmatpp.kierowca" minSdk = 26 targetSdk = 36 - versionCode = 123 - versionName = "1.0.70" + versionCode = 124 + versionName = "1.0.71" setProperty("archivesBaseName", "pl.firmatpp.kierowca") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"