From b9cfccee6fa5263bd2b97b9221be8e89da4de881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mustafa=20ic=CC=A7men?= Date: Mon, 4 Sep 2023 23:41:01 +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 75208a0..1f3dc74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "ch.pizzalemon.android" minSdkVersion 21 targetSdkVersion 33 - versionCode 27// play store'daki version --> canlı: 0 - dahili test: 17 - versionName "2.07" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 + versionCode 28// play store'daki version --> canlı: 0 - dahili test: 17 + versionName "2.08" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' multiDexEnabled true }