chore: bump to 1.2.5-beta+gp20

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-10-29 01:10:41 +01:00
parent 799704a9c4
commit 6ec199fa71
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">

View File

@ -59,8 +59,8 @@ android {
applicationId "chat.revolt"
minSdk 24
targetSdk 35
versionCode Integer.parseInt("001_002_004".replaceAll("_", ""), 10)
versionName "1.2.4-beta+gp20"
versionCode Integer.parseInt("001_002_005".replaceAll("_", ""), 10)
versionName "1.2.5-beta+gp20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {