summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2026-01-20 01:38:18 +0100
committerJoshua Vandaƫle <joshua@vandaele.software>2026-07-24 03:45:13 +0200
commit808a82d5dd7addfef9728a2ccc2f7ea713dfa748 (patch)
treee747cdc8d82761847613570a7998451ec17b5deb /Source/Android
parent6da4bc38e1424e743df01face292a5730aadd571 (diff)
CMake: Bump minimum requirement to 3.25
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"