User
- Fixed keyboard failing to spawn in Android 16
Developer
- Upgraded Android Gradle Plugin to 8.10.1
- Fixed various Gradle-related deprecations
- Replaced
printStackTrace()
with logging - Replaced
size()
andlength()
comparisons withisEmpty()
check
printStackTrace()
with loggingsize()
and length()
comparisons with isEmpty()
check