chore: bump to 0.5.0

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-06-18 20:42:07 +02:00
parent 9490ff24d8
commit 383f4c7abf
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_004_004".replaceAll("_", ""), 10)
versionName "0.4.4"
versionCode Integer.parseInt("000_005_000".replaceAll("_", ""), 10)
versionName "0.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {