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
When you build for android it calls gradlew, gradle has -Pxxx where xxx is a value to allow you to control what it builds; one item that would be very useful to be able to set is the supportVersion
I would like tns to support passing on something maybe something like --gradle "-PsupportVersion=yyyy -Pblah=zzz -Petc=aaa"
The text was updated successfully, but these errors were encountered:
When you build for android it calls
gradlew
, gradle has -Pxxx where xxx is a value to allow you to control what it builds; one item that would be very useful to be able to set is thesupportVersion
I would like
tns
to support passing on something maybe something like--gradle "-PsupportVersion=yyyy -Pblah=zzz -Petc=aaa"
The text was updated successfully, but these errors were encountered: