chore: bump to 0.4.4
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
80b1c9e093
commit
166512fb4f
|
|
@ -50,8 +50,8 @@ android {
|
|||
applicationId "chat.revolt"
|
||||
minSdk 24
|
||||
targetSdk 33
|
||||
versionCode Integer.parseInt("000_004_003".replaceAll("_", ""), 10)
|
||||
versionName "0.4.3"
|
||||
versionCode Integer.parseInt("000_004_004".replaceAll("_", ""), 10)
|
||||
versionName "0.4.4"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Reference in New Issue