Hi everyone,
Im build a new app everything works as espected when I build it for android 13
But some of the clients have older phones, so im trying to compile the app for android 12.
but when I change :
minSdkVersion = 32
compileSdkVersion = 32
targetSdkVersion = 32
and graddle to 7.5.1, and graddle android plugin to 7.4.2
I got this error
/node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/util/InternalUtils.java:15: error: cannot find symbol
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU)
anyone knows where or how find the solution