chore: bump to 1.2.5-beta+gp20
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
799704a9c4
commit
6ec199fa71
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue