Skip to content

Commit 5c1f373

Browse files
committed
Updated jgit to 7.3.0
1 parent 2fd0907 commit 5c1f373

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val linuxArmTarget = "aarch64-unknown-linux-gnu"
2020
val linuxX64Target = "x86_64-unknown-linux-gnu"
2121

2222
// Remember to update Constants.APP_VERSION when changing this version
23-
val projectVersion = "1.5.0-rc01"
23+
val projectVersion = "1.5.0-rc02"
2424

2525
val projectName = "Gitnuro"
2626

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin = "2.1.21"
44
compose = "1.8.1"
55
hotReload = "1.0.0-alpha09"
66
ksp = "2.1.21-2.0.1"
7-
jgit = "7.2.0.202503040940-r"
7+
jgit = "7.3.0.202506031305-r"
88
dagger = "2.56.2"
99
kotlinx-serialization = "1.5.0"
1010
junit-bom = "5.9.0"

src/main/kotlin/com/jetpackduba/gitnuro/AppConstants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object AppConstants {
2424
const val APP_NAME = "Gitnuro"
2525
const val APP_DESCRIPTION =
2626
"Gitnuro is a Git client that allows you to manage multiple repositories with a modern experience and live visual representation of your repositories' state."
27-
const val APP_VERSION = "1.5.0-rc01"
28-
const val APP_VERSION_CODE = 20
27+
const val APP_VERSION = "1.5.0-rc02"
28+
const val APP_VERSION_CODE = 21
2929
const val VERSION_CHECK_URL = "https://raw.githubusercontent.com/JetpackDuba/Gitnuro/main/latest.json"
3030
}
3131

0 commit comments

Comments
 (0)