chore: remove USE_ALPHA_API property as it is not used
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
dafb23daed
commit
d3a0ef5db3
|
|
@ -136,12 +136,6 @@ android {
|
||||||
"FLAVOUR_ID",
|
"FLAVOUR_ID",
|
||||||
"\"${buildproperty("build.flavour_id", "RVX_BUILD_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 {
|
compileOptions {
|
||||||
|
|
@ -300,9 +294,9 @@ dependencies {
|
||||||
implementation("org.jetbrains:markdown:0.7.3")
|
implementation("org.jetbrains:markdown:0.7.3")
|
||||||
implementation("dev.snipme:highlights:1.0.0")
|
implementation("dev.snipme:highlights:1.0.0")
|
||||||
|
|
||||||
// Livekit
|
// Livekit - Commented out for now to not inflate the app size.
|
||||||
implementation("io.livekit:livekit-android:${LivekitVersion.core}")
|
/*implementation("io.livekit:livekit-android:${LivekitVersion.core}")
|
||||||
implementation("io.livekit:livekit-android-compose-components:${LivekitVersion.componentsCompose}")
|
implementation("io.livekit:livekit-android-compose-components:${LivekitVersion.componentsCompose}")*/
|
||||||
|
|
||||||
// Firebase - Cloud Messaging
|
// Firebase - Cloud Messaging
|
||||||
implementation(platform("com.google.firebase:firebase-bom:33.15.0"))
|
implementation(platform("com.google.firebase:firebase-bom:33.15.0"))
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
sentry.dsn=
|
sentry.dsn=
|
||||||
sentry.upload_mappings=true
|
sentry.upload_mappings=true
|
||||||
build.debug.app_name=
|
build.debug.app_name=
|
||||||
build.flavour_id=ZZUU
|
build.flavour_id=ZZUU
|
||||||
dev.use_alpha_api=false
|
|
||||||
Loading…
Reference in New Issue