From c97656a5d08bb95b0c0581f228de867f0be51c8e Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Sun, 5 Jan 2025 21:59:04 +0100 Subject: [PATCH] Update to moasdawiki-server 3.9.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1c52516..9c6e726 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { } dependencies { - api 'net.moasdawiki:moasdawiki-server:3.9.1' + api 'net.moasdawiki:moasdawiki-server:3.9.3' api ('androidx.appcompat:appcompat:1.6.1') { exclude group: 'org.jetbrains', module: 'annotations' }