chore: bump to 1.3.8

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-10-12 01:27:23 +02:00
parent 5c49d95880
commit 68dbc86777
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_207".replace("_", ""), 10) versionCode = Integer.parseInt("001_003_208".replace("_", ""), 10)
versionName = "1.3.7" versionName = "1.3.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {