Fix typo
Change-Id: I867f7003604c8505eb87affbd31b14de26d729f4
This commit is contained in:
parent
b98153c4dd
commit
6c3c0dbc66
|
@ -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 ->
|
||||
|
|
Loading…
Reference in New Issue