trapeze
trapeze copied to clipboard
gradle variable not updating properly
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.
Thanks