v3.2.3: initial overhaul to inset functionality for edge-to-edge

This commit is contained in:
Evan Debenham
2025-08-29 14:36:24 -04:00
parent 0630d65cc6
commit 09f5948aa2
23 changed files with 376 additions and 175 deletions

View File

@@ -21,9 +21,6 @@ allprojects {
appAndroidCompileSDK = 35 //Android 15
appAndroidMinSDK = 21 //Android 5.0
// TODO currently we've opted-out of edge-to-edge but it will be required for Android 16
// Need to figure out how the game will handle drawing into notches (and unify with iOS)
// See: https://developer.android.com/about/versions/15/behavior-changes-15#ux
appAndroidTargetSDK = 35 //Android 15
gdxVersion = '1.13.6-SNAPSHOT' //using snapshot as 1.13.5 has issues with Android R8