chore: bump to 0.4.2
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
1bd77254ad
commit
da6a26a8d6
|
|
@ -50,8 +50,8 @@ android {
|
||||||
applicationId "chat.revolt"
|
applicationId "chat.revolt"
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode Integer.parseInt("000_004_001".replaceAll("_", ""), 10)
|
versionCode Integer.parseInt("000_004_002".replaceAll("_", ""), 10)
|
||||||
versionName "0.4.1"
|
versionName "0.4.2"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue