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