Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Dec 15, 2023
1 parent 6004081 commit a99670e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releases-to-discord.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release to Discord

on:
release:
types: [published]
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ android {
else -> 0
}

val vCode = 187
val vCode = 190
versionCode = vCode - singleAbiNum
versionName = "1.2.18"
versionName = "1.2.19"

ndk {
abiFilters += abiFilterList.ifEmpty {
Expand Down

0 comments on commit a99670e

Please sign in to comment.