mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
make versionCode/build.timeout an integer
Co-authored-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
This commit is contained in:
parent
6f73a87eb1
commit
5a28f20301
20 changed files with 308 additions and 295 deletions
|
|
@ -69,7 +69,7 @@ class ImportTest(unittest.TestCase):
|
|||
'cn.wildfirechat.chat',
|
||||
'https://github.com/wildfirechat/android-chat',
|
||||
'0.6.9',
|
||||
'23',
|
||||
23,
|
||||
),
|
||||
(
|
||||
'com.anpmech.launcher',
|
||||
|
|
@ -81,7 +81,7 @@ class ImportTest(unittest.TestCase):
|
|||
'ut.ewh.audiometrytest',
|
||||
'https://github.com/ReeceStevens/ut_ewh_audiometer_2014',
|
||||
'1.65',
|
||||
'14',
|
||||
14,
|
||||
),
|
||||
)
|
||||
for appid, url, vn, vc in data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue