mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
parent
9ae41cc1ff
commit
68b793e308
3 changed files with 5 additions and 4 deletions
|
|
@ -243,7 +243,7 @@ def main():
|
|||
app.RepoType = 'git'
|
||||
app.UpdateCheckMode = "Tags"
|
||||
|
||||
if os.path.exists('build.gradle'):
|
||||
if os.path.exists('build.gradle') or os.path.exists('build.gradle.kts'):
|
||||
build.gradle = ['yes']
|
||||
|
||||
import git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue