hi, after upgrade to 1.3.2, on android i have the above error while gradle syncing. i tried adding these lines in build.gradle ``` ext { minSdkVersion = 16 targetSdkVersion = 27 compileSdkVersion = 27 buildToolsVersion = "27.0.3" } ``` but i had lots of conflicts whit other packages. there is a way to use this version without setting project-wide properties? rn 0.55.4 thanks
hi,
after upgrade to 1.3.2, on android i have the above error while gradle syncing.
i tried adding these lines in build.gradle
but i had lots of conflicts whit other packages.
there is a way to use this version without setting project-wide properties?
rn 0.55.4
thanks