From 8d066f15dc6c72d6ee873a365b7ac9b3e490f201 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Mon, 4 Apr 2022 19:00:32 +0200 Subject: [PATCH] Updated description --- src/main/kotlin/app/AppConstants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/AppConstants.kt b/src/main/kotlin/app/AppConstants.kt index b1223b0..e3157b8 100644 --- a/src/main/kotlin/app/AppConstants.kt +++ b/src/main/kotlin/app/AppConstants.kt @@ -16,7 +16,7 @@ object AppConstants { // Remember to update build.gradle when changing this const val APP_NAME = "Gitnuro" - const val APP_DESCRIPTION = "Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repository's state." + const val APP_DESCRIPTION = "Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repositories' state." const val APP_VERSION = "0.1.0" const val APP_VERSION_CODE = 1 const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"