From d3a0ef5db3110331928812b13dd7ee185fd805f6 Mon Sep 17 00:00:00 2001 From: Infi Date: Wed, 23 Jul 2025 02:52:04 +0200 Subject: [PATCH] chore: remove USE_ALPHA_API property as it is not used Signed-off-by: Infi --- app/build.gradle.kts | 12 +++--------- revoltbuild.properties.example | 3 +-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8aaab4cd..3c2afdd0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -136,12 +136,6 @@ android { "FLAVOUR_ID", "\"${buildproperty("build.flavour_id", "RVX_BUILD_FLAVOUR_ID")}\"" ) - - buildConfigField( - "boolean", - "USE_ALPHA_API", - "${buildproperty("dev.use_alpha_api", "RVX_DEV_USE_ALPHA_API")}" - ) } } compileOptions { @@ -300,9 +294,9 @@ dependencies { implementation("org.jetbrains:markdown:0.7.3") implementation("dev.snipme:highlights:1.0.0") - // Livekit - implementation("io.livekit:livekit-android:${LivekitVersion.core}") - implementation("io.livekit:livekit-android-compose-components:${LivekitVersion.componentsCompose}") + // Livekit - Commented out for now to not inflate the app size. + /*implementation("io.livekit:livekit-android:${LivekitVersion.core}") + implementation("io.livekit:livekit-android-compose-components:${LivekitVersion.componentsCompose}")*/ // Firebase - Cloud Messaging implementation(platform("com.google.firebase:firebase-bom:33.15.0")) diff --git a/revoltbuild.properties.example b/revoltbuild.properties.example index 1ab8b495..ea6a101c 100644 --- a/revoltbuild.properties.example +++ b/revoltbuild.properties.example @@ -1,5 +1,4 @@ sentry.dsn= sentry.upload_mappings=true build.debug.app_name= -build.flavour_id=ZZUU -dev.use_alpha_api=false \ No newline at end of file +build.flavour_id=ZZUU \ No newline at end of file