chore: bump to 0.5.2

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-08-02 23:20:19 +02:00
parent 5dd89fa070
commit 39b0c41d65
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ android {
applicationId "chat.revolt"
minSdk 24
targetSdk 33
versionCode Integer.parseInt("000_005_001".replaceAll("_", ""), 10)
versionName "0.5.1"
versionCode Integer.parseInt("000_005_002".replaceAll("_", ""), 10)
versionName "0.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {