chore: bump to 1.3.7

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-10-05 19:19:10 +02:00
parent f5a7bc7c23
commit f053f0f691
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_206".replace("_", ""), 10)
versionName = "1.3.6b"
versionCode = Integer.parseInt("001_003_207".replace("_", ""), 10)
versionName = "1.3.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {