feat: bump to 1.3.5

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-04-25 22:55:05 +02:00
parent 8156a5b28c
commit bb252bef83
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ android {
applicationId = "chat.revolt"
minSdk = 24
targetSdk = 35
versionCode = Integer.parseInt("001_003_004".replace("_", ""), 10)
versionName = "1.3.4"
versionCode = Integer.parseInt("001_003_005".replace("_", ""), 10)
versionName = "1.3.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {