From 1f5d9f6d0b34163a62d7e6219440336d7422ea61 Mon Sep 17 00:00:00 2001 From: Twaik Yont <9674930+twaik@users.noreply.github.com> Date: Sun, 19 Oct 2025 17:56:44 +0300 Subject: [PATCH] Updating submodules --- app/src/main/cpp/libx11 | 2 +- app/src/main/cpp/libxtrans | 2 +- app/src/main/cpp/pixman | 2 +- app/src/main/cpp/recipes/pixman.cmake | 1 + app/src/main/cpp/xorgproto | 2 +- app/src/main/cpp/xserver | 2 +- build.gradle | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/src/main/cpp/libx11 b/app/src/main/cpp/libx11 index 23f0352ec..59917d28a 160000 --- a/app/src/main/cpp/libx11 +++ b/app/src/main/cpp/libx11 @@ -1 +1 @@ -Subproject commit 23f0352eca362515d598bfdbd8ecec070dcd1b28 +Subproject commit 59917d28a3c41ad22d6fc52e323cafe2cdd596d5 diff --git a/app/src/main/cpp/libxtrans b/app/src/main/cpp/libxtrans index 0dc46e7ed..cf05ba4a1 160000 --- a/app/src/main/cpp/libxtrans +++ b/app/src/main/cpp/libxtrans @@ -1 +1 @@ -Subproject commit 0dc46e7ed5bdd876467f9dbb314ba6b8094e541b +Subproject commit cf05ba4a10c90da2c63805a5375e983b174e28b0 diff --git a/app/src/main/cpp/pixman b/app/src/main/cpp/pixman index 46655e156..9cc163c9d 160000 --- a/app/src/main/cpp/pixman +++ b/app/src/main/cpp/pixman @@ -1 +1 @@ -Subproject commit 46655e15671e1ca62d699821d75a85d341d7229c +Subproject commit 9cc163c9da0fb4da430641715313d95a6ec466d9 diff --git a/app/src/main/cpp/recipes/pixman.cmake b/app/src/main/cpp/recipes/pixman.cmake index 769e7aaf3..6f139ea40 100644 --- a/app/src/main/cpp/recipes/pixman.cmake +++ b/app/src/main/cpp/recipes/pixman.cmake @@ -49,6 +49,7 @@ set(PIXMAN_SRC pixman/pixman/pixman-radial-gradient.c pixman/pixman/pixman-region16.c pixman/pixman/pixman-region32.c + pixman/pixman/pixman-region64f.c pixman/pixman/pixman-riscv.c pixman/pixman/pixman-solid-fill.c pixman/pixman/pixman-timer.c diff --git a/app/src/main/cpp/xorgproto b/app/src/main/cpp/xorgproto index e312ab76c..81931cc0f 160000 --- a/app/src/main/cpp/xorgproto +++ b/app/src/main/cpp/xorgproto @@ -1 +1 @@ -Subproject commit e312ab76c4d93f2e637ac0c73987b22cd43420c7 +Subproject commit 81931cc0fd4761b42603f7da7d4f50fc282cecc6 diff --git a/app/src/main/cpp/xserver b/app/src/main/cpp/xserver index b7f84e6d5..2403cd535 160000 --- a/app/src/main/cpp/xserver +++ b/app/src/main/cpp/xserver @@ -1 +1 @@ -Subproject commit b7f84e6d509c004a7abb514af75b94cb907d451b +Subproject commit 2403cd5352b2a60d045b7f53c3c30002eb877f57 diff --git a/build.gradle b/build.gradle index 0972d4da5..9f801d980 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.android.tools.build:gradle:8.12.2' + classpath 'com.android.tools.build:gradle:8.13.0' } }