Increased project version to 0.1.1

This commit is contained in:
Abdelilah El Aissaoui 2022-04-07 18:44:52 +02:00
parent 1baab9e3f8
commit 685769a154
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -17,7 +17,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 repositories' state."
const val APP_VERSION = "0.1.0"
const val APP_VERSION = "0.1.1"
const val APP_VERSION_CODE = 1
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
}