mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
indic: fix
This commit is contained in:
parent
e2cdb0ffd0
commit
9eb4ec75e1
1 changed files with 5 additions and 5 deletions
|
|
@ -348,7 +348,7 @@ Builds:
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
- versionName: 3.5.1
|
- versionName: 3.5.1
|
||||||
versionCode: 104
|
versionCode: 103
|
||||||
commit: a79e8b6917d5befe7d958c494353a30aa6f2811e
|
commit: a79e8b6917d5befe7d958c494353a30aa6f2811e
|
||||||
subdir: java
|
subdir: java
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
@ -371,9 +371,9 @@ Builds:
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- "%c"
|
- '%c'
|
||||||
- "%c + 1"
|
- '%c + 1'
|
||||||
- "%c + 2"
|
- '%c + 2'
|
||||||
- "%c + 3"
|
- '%c + 3'
|
||||||
CurrentVersion: 3.5.1
|
CurrentVersion: 3.5.1
|
||||||
CurrentVersionCode: 103
|
CurrentVersionCode: 103
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue