Updated description

This commit is contained in:
Abdelilah El Aissaoui 2022-04-04 19:00:32 +02:00
parent 391d43c850
commit 8d066f15dc

View file

@ -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"