Hi,
Thank you for the update
there is an issue when reloading existing projects:
build.gradle:
splits {
abi {
enable true
reset()
include ''armeabi-v7a''
universalApk false
}
''armeabi-v7a''
also, I loose my custom config when I reload my existing projects.
just simple solution, open project option, set your target API just like before, it is pointing on 33.
Seems, after clean up or build package, it sets on 33 automatically on this release.
It is better if we could determine, whether it auto config or manually config
Thank you