chore: bump to 1.1.1-beta+gp20
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
8c457e9165
commit
810350e17e
|
|
@ -58,8 +58,8 @@ android {
|
|||
applicationId "chat.revolt"
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode Integer.parseInt("001_001_000".replaceAll("_", ""), 10)
|
||||
versionName "1.1.0-beta+gp20"
|
||||
versionCode Integer.parseInt("001_001_001".replaceAll("_", ""), 10)
|
||||
versionName "1.1.1-beta+gp20"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Reference in New Issue