From 909c0014ace4301b856d0acf7814d7163f46d080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=A1=A0=E1=A0=B5=E1=A1=A0=E1=A1=B3=20=E1=A1=A0=E1=A0=B5?= =?UTF-8?q?=E1=A1=A0=20=E1=A0=AE=E1=A0=A0=E1=A0=A8=E1=A1=A9=E1=A0=8B?= =?UTF-8?q?=E1=A0=A0=E1=A0=A8?= <125150101+UjuiUjuMandan@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:15:45 +0800 Subject: [PATCH] * 10 for universal --- android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8a515af..ee5cc5f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -93,6 +93,7 @@ android { } } else { outputFileName = "venera-${variant.versionName}.apk" + versionCodeOverride = variant.versionCode * 10 } } } @@ -107,4 +108,4 @@ flutter { dependencies { implementation "androidx.activity:activity-ktx:1.9.2" implementation 'androidx.documentfile:documentfile:1.0.1' -} \ No newline at end of file +}