I'm trying to update my app to SDK 31 but when I try to run it, the app keeps crashing. I noticed that my build log is throwing a warning:
AGPBI: {"kind":"warning","text":"An API level of 31 is not supported by this compiler. Please use an API level of 30 or earlier","sources":[{}],"tool":"D8"}
Has anyone ever faced this problem?