v3.2.3: initial overhaul to inset functionality for edge-to-edge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user