chore: bump to 1.3.9a

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-11-29 10:57:26 +01:00
parent 9895c696bd
commit 87a52c3538
1 changed files with 2 additions and 2 deletions

View File

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