bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on android build the plugin change my .gradle files

TsankovRosen opened this issue · comments

I am doing a little PoC and I found the fallowing problem:

When I do a very simple build of my application with this lane

platform :android do
lane :poc do
cordova(
release:false,
platform:'android'
)
end
end

(build succeeded)

the plugin changes 2 of my .gradle files and the result is invalid .apk file.

What files exactly does it change?
What are the changes?

files are:

settings.gradle
build.gradle

I can't tell you much lets say I have more includes in settings.gradle and after the build they are not there.

Does the same thing happen if you build manually with cordova build android ... (or prepare + compile) command (it is output during the build process when running the action from this plugin)?
If so, this is nothing caused by this plugin but just how the Cordova build process works.

yeah... it happens :) thank you

If you think this should not happen, you can report the issue at issues.cordova.io - maybe something can be done about it.

Please also close this issue here. Thanks.