summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorOatmealDome <OatmealDome@users.noreply.github.com>2026-07-24 22:28:25 -0400
committerGitHub <noreply@github.com>2026-07-24 22:28:25 -0400
commit707d3c7a732634ad8d522bd27e52b075f54ac4f3 (patch)
treec40fa1fe84e6cc216da5ec17614a74c1b7a8caa2 /Source/Android
parentd6e803e63d7a809fcafb4e39c79bdf4aabb49c79 (diff)
parentc1261e74060e9938678f2c0472c8e87196c2b496 (diff)
Merge pull request #14475 from JoshuaVandaele/cmake-replaces-vs
CMake: Replace the Visual Studio project
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts
index 64abfd0037..2fc4cb7a94 100644
--- a/Source/Android/app/build.gradle.kts
+++ b/Source/Android/app/build.gradle.kts
@@ -91,7 +91,7 @@ android {
externalNativeBuild {
cmake {
path = file("../../../CMakeLists.txt")
- version = "3.22.1+"
+ version = "3.25.0+"
}
}
namespace = "org.dolphinemu.dolphinemu"