chore: bump to 1.1.0-beta+gp20

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-06-16 01:57:32 +02:00
parent 13109c61c2
commit b39b074ffb
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("001_000_000".replaceAll("_", ""), 10)
versionName "1.0.0-beta+gp20"
versionCode Integer.parseInt("001_001_000".replaceAll("_", ""), 10)
versionName "1.1.0-beta+gp20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {