Increased version to 1.1.0

This commit is contained in:
Abdelilah El Aissaoui 2022-08-16 14:17:48 +02:00
parent 1eeed3f243
commit ef6e6d7d69
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ plugins {
}
// Remember to update Constants.APP_VERSION when changing this version
val projectVersion = "1.0.1"
val projectVersion = "1.1.0"
val projectName = "Gitnuro"
group = "com.jetpackduba"

View file

@ -22,8 +22,8 @@ object AppConstants {
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 repositories' state."
const val APP_VERSION = "1.0.1"
const val APP_VERSION_CODE = 4
const val APP_VERSION = "1.1.0"
const val APP_VERSION_CODE = 5
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
}