From 742770826e069917bbeee04be89c78fbac226250 Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Mon, 1 Jan 2024 12:02:36 +0100 Subject: [PATCH] Update to moasdawiki-server 3.7.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 372a7cd..ad9f5ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { } dependencies { - api 'net.moasdawiki:moasdawiki-server:3.6.3' + api 'net.moasdawiki:moasdawiki-server:3.7.1' api ('androidx.appcompat:appcompat:1.6.1') { exclude group: 'org.jetbrains', module: 'annotations' }