chore: bump to 1.3.9

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-10-19 03:27:36 +02:00
parent 85632e8e76
commit c7af402829
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ android {
applicationId = "chat.revolt"
minSdk = 26
targetSdk = 36
versionCode = Integer.parseInt("001_003_308".replace("_", ""), 10)
versionName = "1.3.8a"
versionCode = Integer.parseInt("001_003_309".replace("_", ""), 10)
versionName = "1.3.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {