chore: bump to 1.3.0

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-02-06 17:44:43 +01:00
parent b62190d3ea
commit a4603a96a9
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_002_005".replace("_", ""), 10)
versionName = "1.2.5-beta+gp20"
versionCode = Integer.parseInt("001_003_000".replace("_", ""), 10)
versionName = "1.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {