Hi everyone !!
Can I upgrade my Capacitor V2 with Android SDK 29 to SDK 30? How can I do this? I changed my compileSdkVersion and targetSdkVersion to 30, but the application stopped rendering the texts and I don’t know why?
If in my .ts file I create a variable like
myvar: string = ‘onestring’;
and then I use it in my .html like {{myvar }}
and doesn’t display it. If i downgrade to SDK 29, all works well. Anyone know what is happening ?
Thank you so much !
1 post - 1 participant