From 766326d170a838a88fccd739a666ab2f3278c28b Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Sun, 6 Jul 2025 20:11:20 +0200 Subject: [PATCH] Update to moasdawiki-server 3.9.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dee7efc..010f510 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { } dependencies { - api 'net.moasdawiki:moasdawiki-server:3.9.3' + api 'net.moasdawiki:moasdawiki-server:3.9.5' api ('androidx.appcompat:appcompat:1.6.1') { exclude group: 'org.jetbrains', module: 'annotations' }