Skip to content

Commit 99419d8

Browse files
committedMar 14, 2025·
chore: bump version to 1.0.8
1 parent aa2a145 commit 99419d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "io.github.pyoncord.manager"
1717
minSdk = 28
1818
targetSdk = 35
19-
versionCode = 1007
20-
versionName = "1.0.7"
19+
versionCode = 1008
20+
versionName = "1.0.8"
2121

2222
buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
2323
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")

0 commit comments

Comments
 (0)
Please sign in to comment.