aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorLena <lena@omega>2026-08-01 00:00:00 +0000
committerLena <lena@omega>2026-08-01 00:00:00 +0000
commit3037f9f8fdcc6cdadfe94ba248d10e647578cf53 (patch)
treee07e981d8d6b05c1a3dc836434d88bff7d76c703 /app/build.gradle
parent70290eb3d79a5347cdc114daf6ce0b1b2e86528a (diff)
downloadscrcpy-android-3037f9f8fdcc6cdadfe94ba248d10e647578cf53.tar.gz
app: refine physical-device interface
Use target-safe capture defaults and remove redundant navigation and frame-rate controls.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c75bfc0..219bf62 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -55,7 +55,6 @@ android {
buildTypes {
debug {
applicationIdSuffix '.debug'
- versionNameSuffix '-debug'
ndk {
abiFilters 'arm64-v8a', 'x86_64'
}