From 17d3e4da98877771894d273015c1b366fa3f8db2 Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Wed, 1 Nov 2023 21:11:40 +0100 Subject: [PATCH] Update to moasdawiki-server 3.6.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b988d86..fd575a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { } dependencies { - api 'net.moasdawiki:moasdawiki-server:3.6.2' + api 'net.moasdawiki:moasdawiki-server:3.6.3' api ('androidx.appcompat:appcompat:1.6.1') { exclude group: 'org.jetbrains', module: 'annotations' }