Increased version for the next release
This commit is contained in:
parent
fb8e41dfff
commit
fac5cbf16a
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ 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.1"
|
||||
const val APP_VERSION_CODE = 2
|
||||
const val APP_VERSION = "0.2.0"
|
||||
const val APP_VERSION_CODE = 3
|
||||
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue