From 6c3c0dbc665190fb0cec7e9667d716291c6c4c83 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 6 Aug 2023 19:03:37 +0200 Subject: [PATCH] Fix typo Change-Id: I867f7003604c8505eb87affbd31b14de26d729f4 --- vector-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector-app/build.gradle b/vector-app/build.gradle index 461ab58be2..8bc92bb567 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -196,7 +196,7 @@ android { applicationVariants.all { variant -> // assign different version code for each output - // SC: Comparet do upstream, we do not multiply by ten, + // SC: Compared do upstream, we do not multiply by ten, // compare https://gitlab.com/fdroid/fdroiddata/-/commit/3a615a9b85960cf2a165e78436870290a8f3d9e5#note_1502091143 def baseVariantVersion = variant.versionCode variant.outputs.each { output ->