chore: bump to 1.2.3-beta+gp20

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-10-13 13:45:21 +02:00
parent b0c5053c99
commit d30ce5cc86
2 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,8 @@ android {
applicationId "chat.revolt"
minSdk 24
targetSdk 34
versionCode Integer.parseInt("001_002_002".replaceAll("_", ""), 10)
versionName "1.2.2-beta+gp20"
versionCode Integer.parseInt("001_002_003".replaceAll("_", ""), 10)
versionName "1.2.3-beta+gp20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -42,7 +42,6 @@ import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import androidx.navigation.NavController
import chat.revolt.BuildConfig
import chat.revolt.R
import chat.revolt.api.REVOLT_MARKETING
import chat.revolt.components.generic.Weblink
@ -93,7 +92,8 @@ fun LoginGreetingScreen(navController: NavController) {
interactionSource = remember(::MutableInteractionSource),
indication = null
) {
if ((catTaps >= (9 * 2)) && BuildConfig.DEBUG) {
// FIXME: This should also check for DEBUG mode in next version
if ((catTaps >= (9 * 2))) {
showDebugPrep = true
} else if (catTaps == 9) {
Toast