1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

support Cordova's gradle file

https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html
This commit is contained in:
Hans-Christoph Steiner 2020-05-13 15:00:15 +02:00
parent 77367f1bff
commit ba854ab24a

View File

@ -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', 'AndroidManifest.xml'),
os.path.join(app_dir, 'build.gradle'),
os.path.join(app_dir, 'build-extras.gradle'),
os.path.join(app_dir, 'build.gradle.kts')]
for flavour in flavours: