ionic-team / trapeze

The mobile project configuration toolbox. Manage native iOS, Android, Ionic/Capacitor, React Native, and Flutter apps through a simple YAML format.
https://trapeze.dev
Other
328 stars 40 forks source link

gradle variable not updating properly #208

Open rlaurente opened 10 months ago

rlaurente commented 10 months ago

Hi there,

I'm trying to update both compileSdkVersion and targetSdkVersion but it seems, only the first one updates. In the example below only compileSdkVersion updates but if I tried to set targetSdkVersion to be the first item, it only updates targetSdkVersion version.

image

Thanks