diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 8947473..403fa72 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 0c068ed..043d4fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { applicationId "ch.pizzalemon.android" minSdkVersion 16 targetSdkVersion 29 - versionCode 21 // play store'daki version --> canlı: 0 - dahili test: 17 - versionName "2.01" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 + versionCode 22 // play store'daki version --> canlı: 0 - dahili test: 17 + versionName "2.02" // play store'daki version --> canlı: 0.00 - dahili test: 1.17 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' multiDexEnabled true manifestPlaceholders = [ diff --git a/app/release/output.json b/app/release/output.json index 3ea3f7f..bd94112 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":21,"versionName":"2.01","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":22,"versionName":"2.02","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file