mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
support Cordova's gradle file
https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html
This commit is contained in:
parent
77367f1bff
commit
ba854ab24a
1 changed files with 1 additions and 0 deletions
|
@ -1364,6 +1364,7 @@ def manifest_paths(app_dir, flavours):
|
||||||
os.path.join(app_dir, 'src', 'main', 'AndroidManifest.xml'),
|
os.path.join(app_dir, 'src', 'main', 'AndroidManifest.xml'),
|
||||||
os.path.join(app_dir, 'src', 'AndroidManifest.xml'),
|
os.path.join(app_dir, 'src', 'AndroidManifest.xml'),
|
||||||
os.path.join(app_dir, 'build.gradle'),
|
os.path.join(app_dir, 'build.gradle'),
|
||||||
|
os.path.join(app_dir, 'build-extras.gradle'),
|
||||||
os.path.join(app_dir, 'build.gradle.kts')]
|
os.path.join(app_dir, 'build.gradle.kts')]
|
||||||
|
|
||||||
for flavour in flavours:
|
for flavour in flavours:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue