chore: bump to 0.4.2

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-06-12 20:13:24 +02:00
parent 1bd77254ad
commit da6a26a8d6
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_001".replaceAll("_", ""), 10)
versionName "0.4.1"
versionCode Integer.parseInt("000_004_002".replaceAll("_", ""), 10)
versionName "0.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {