diff --git a/app/build.gradle b/app/build.gradle index bba1a66..cda433d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "ch.pizzalemon.android" minSdkVersion 16 targetSdkVersion 33 - 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 + 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 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' multiDexEnabled true }