chore: bump to 1.3.6

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-07-07 23:39:51 +02:00
parent 168356afdc
commit 91f18b7808
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_005".replace("_", ""), 10)
versionName = "1.3.5"
versionCode = Integer.parseInt("001_003_006".replace("_", ""), 10)
versionName = "1.3.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {