From 87eddff7c07f9b0ceae6989ea1113efcc30fffb4 Mon Sep 17 00:00:00 2001 From: zypherift Date: Tue, 7 Apr 2026 13:09:15 +0200 Subject: [PATCH] Set Android versionCode to 2 --- 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 6b713014..03fa2832 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 flutterVersionCode.toInteger() + versionCode 2 versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true