From 0ba9bfda35794aa15921762d7606c927ec55244c Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Fri, 4 Oct 2024 09:58:04 +0200 Subject: [PATCH] Update to moasdawiki-server 3.9.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8633e2a..2e94b77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { } dependencies { - api 'net.moasdawiki:moasdawiki-server:3.7.1' + api 'net.moasdawiki:moasdawiki-server:3.9.1' api ('androidx.appcompat:appcompat:1.6.1') { exclude group: 'org.jetbrains', module: 'annotations' }