Android displayed an old-app compatibility warning:
The project defined targetSdkVersion through PROP_TARGET_SDK_VERSION. Update that shared value in gradle.properties rather than editing every generated Gradle file:
1 | PROP_TARGET_SDK_VERSION=31 |
Use the target API currently required by your distribution channel and verify behavior changes introduced between Android versions.