Changed app version to 1.0.0
This commit is contained in:
parent
42e6b32ba3
commit
64764c556d
@ -11,7 +11,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Remember to update Constants.APP_VERSION when changing this version
|
// Remember to update Constants.APP_VERSION when changing this version
|
||||||
val projectVersion = "0.2.0"
|
val projectVersion = "1.0.0"
|
||||||
val projectName = "Gitnuro"
|
val projectName = "Gitnuro"
|
||||||
|
|
||||||
group = "com.jetpackduba"
|
group = "com.jetpackduba"
|
||||||
|
@ -17,7 +17,7 @@ object AppConstants {
|
|||||||
// Remember to update build.gradle when changing this
|
// Remember to update build.gradle when changing this
|
||||||
const val APP_NAME = "Gitnuro"
|
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_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.2.0"
|
const val APP_VERSION = "1.0.0"
|
||||||
const val APP_VERSION_CODE = 3
|
const val APP_VERSION_CODE = 3
|
||||||
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
|
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user