gradle: bump to 1.3.1

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-02-15 14:39:58 +01:00
parent b9d89c017a
commit 6bef4d1ce2
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_000".replace("_", ""), 10)
versionName = "1.3.0"
versionCode = Integer.parseInt("001_003_001".replace("_", ""), 10)
versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {