From d5aed7c74f65c7a6094b09d9f2772583541998a5 Mon Sep 17 00:00:00 2001 From: zypherift Date: Wed, 8 Apr 2026 00:21:04 +0200 Subject: [PATCH] Bump Android versionCode to 6 --- refilc/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index f327dd3a..ef5c325d 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -81,7 +81,7 @@ android { applicationId "hu.refilc.naplo" minSdkVersion 24 targetSdkVersion 35 - versionCode 5 + versionCode 6 versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true