From 950c2494df67df36d63f21b79211c18ce3154c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mustafa=20ic=CC=A7men?= Date: Sun, 3 Sep 2023 21:42:44 +0200 Subject: [PATCH] app released --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c324f4b..bba1a66 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "ch.pizzalemon.android" minSdkVersion 16 targetSdkVersion 33 - versionCode 25// play store'daki version --> canlı: 0 - dahili test: 17 - versionName "2.05" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 + versionCode 26// play store'daki version --> canlı: 0 - dahili test: 17 + versionName "2.06" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' multiDexEnabled true }