Files
flexcam/android/settings.gradle.kts
This-null d52b4b743c FlexCam — phone as a PC webcam over USB or WiFi
Android (Kotlin/CameraX) MJPEG server + Python desktop app (pywebview UI)
feeding OBS Virtual Camera. Hybrid USB/WiFi with auto-connect and failover,
front/back switch, auto-rotate, foreground service, tray, Discord rich
presence, 10 languages, and a prebuilt APK.
2026-08-23 19:53:47 +03:00

17 lines
325 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "flexcam"
include(":app")