From 802393962e85ec54fa302741e7f87e3546d4c115 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 30 Jul 2026 02:04:03 +0200 Subject: [PATCH] =?UTF-8?q?Wydaj=20aplikacj=C4=99=20kierowcy=201.0.75=20(1?= =?UTF-8?q?28)?= 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 0519ee5..ac9f578 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 = 127 - versionName = "1.0.74" + versionCode = 128 + versionName = "1.0.75" setProperty("archivesBaseName", "pl.firmatpp.kierowca") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"