chore: bump to 0.8.1

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-06-05 16:28:36 +02:00
parent 8bfd98195c
commit d84813a20c
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ android {
applicationId "chat.revolt"
minSdk 24
targetSdk 34
versionCode Integer.parseInt("000_008_000".replaceAll("_", ""), 10)
versionName "0.8.0"
versionCode Integer.parseInt("000_008_001".replaceAll("_", ""), 10)
versionName "0.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {