From a0a77f63117d624e7f6d6d7dc6510168a37ec05b Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Sun, 31 Jan 2021 16:15:19 +0100 Subject: [PATCH] New release --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a7f63d6..8e295e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 26 // 26 = Oreo 8.0 targetSdkVersion 30 // should be same as compileSdkVersion versionCode 23 - versionName "2.5.0.0" + versionName "2.5.1.0" archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode } sourceSets { @@ -24,7 +24,7 @@ android { } dependencies { - implementation 'net.moasdawiki:moasdawiki-server:2.5.0' + implementation 'net.moasdawiki:moasdawiki-server:2.5.1' implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.preference:preference:1.1.1'