From a3154e6e54491404f32c6b4ec7069f03b814e0b8 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Thu, 28 Nov 2019 16:06:22 +0000 Subject: [PATCH] --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6465373..927bf2c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -9,7 +9,7 @@ **A-** So far not much except you should have Android LOLLIPOP(Android 5.0) OS at a minimum. Below this version may not work. **Q- What Gitea version I need?** -**A-** Please make sure that you are on Gitea **1.9.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server. Check the versions [compatibility page](https://gitea.com/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio. +**A-** Please make sure that you are on latest Gitea(last major two stable releases, e.g 1.9 and 1.10) or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server. Check the versions [compatibility page](https://gitea.com/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio. **Q- Will it work with other applications similar to Gitea like Gogs?** **A-** It's not tested and may not work because of the difference in API endpoints. But if the APIs are the same it would definitely work.