chore: bump to 1.3.3

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-03-08 22:36:13 +01:00
parent a40e677c64
commit 12be55b4e7
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_002".replace("_", ""), 10)
versionName = "1.3.2"
versionCode = Integer.parseInt("001_003_003".replace("_", ""), 10)
versionName = "1.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {