From 4ef4866b49791e70c8649104bcc95ccd19a4cb91 Mon Sep 17 00:00:00 2001
From: DontBlameMe <32d1938e-18da-413a-853a-ccec6ded1347@slmails.com>
Date: Sun, 7 Jul 2024 10:59:36 +0200
Subject: [PATCH] feat: :sparkles: add application version in settings
This commit adds the application version in the settings, to inform the user about the currently
running version.
closes: https://github.com/users/bk20dev/projects/1?pane=issue&itemId=68275373
---
app/src/main/res/values/strings.xml | 3 +++
app/src/main/res/xml/settings.xml | 10 ++++++++++
2 files changed, 13 insertions(+)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 40a9c2d..1bdb538 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -81,4 +81,7 @@
GitHub
Check out our GitHub repository and help us improve the app
https://github.com/bk20dev/forest
+ Version: v1.0.0
+ The current version of the app
+ https://github.com/bk20dev/forest/releases
\ No newline at end of file
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index d886ebb..ac33be0 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -49,6 +49,16 @@
+
+
+
+
+
+
\ No newline at end of file