From 3379d463db0c87b7d7f7b2b21a72c50db89920d9 Mon Sep 17 00:00:00 2001 From: Barnaby <22575741+barnabwhy@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:52:12 +0100 Subject: [PATCH] bump ver --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0188581..f42327e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { minSdk 29 //noinspection ExpiredTargetSdkVersion targetSdk 29 - versionCode 72 - versionName "0.7.2" + versionCode 73 + versionName "0.7.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -66,4 +66,4 @@ dependencies { implementation "io.noties.markwon:ext-tables:4.6.2" implementation "io.noties.markwon:ext-tasklist:4.6.2" -} \ No newline at end of file +}