You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build.gradle within the temp folder does not take into account the targetSDk or compileSDKVersion that I have set-up in include.gradle. Only the dependencies are correct.
From @farfromrefug on July 25, 2018 15:27
I have a plugin which needs the very last support library.
Consequently I set up
include.gradle
with the correct version. You can see it hereHowever when I build through my app it fails because the plugin is built with the wrong versions.
If I print the corresponding gradle call:
The build.gradle within the temp folder does not take into account the targetSDk or compileSDKVersion that I have set-up in
include.gradle
. Only the dependencies are correct.That
build.gradle
should have targetSDKVersion, compileSDKVersion, buildToolsVersion setup in that order:BTW in the default app `build.gradle``` the applying
The order should be
User app configuration should always overrule.
Right now I can't seem to find a way to compile my app with that module. Any help would be appreciated
Thanks
Copied from original issue: NativeScript/nativescript-cli#3773
The text was updated successfully, but these errors were encountered: