mirror of
https://github.com/cherepavel/VPN-Detector.git
synced 2026-04-28 01:49:28 +00:00
* Merge pull request #11 from wecand0/fdroid внедрение detection engine и модульной архитектуры детектирования VPN * Feature/UI polish and readme (#12) * add icon file * update readme --------- Co-authored-by: cherepavel <frasyn.pashka@gmail.com> * Remove background monitoring (#13) * убрано фоновое отслеживание, приложение переведено на manual refresh * minor fix --------- Co-authored-by: cherepavel <frasyn.pashka@gmail.com> * Split native details UI (#14) * убрал монолитный activity_main.xml, разделил на куски * upd * текст из ReportFormatter перенесен в strings.xml * add version and build * добавлена версия и билд в тектовый репорт --------- Co-authored-by: cherepavel <frasyn.pashka@gmail.com> * update gitignore --------- Co-authored-by: Vadim <shorinvadim1@gmail.com> Co-authored-by: cherepavel <frasyn.pashka@gmail.com>
23 lines
No EOL
1 KiB
Properties
23 lines
No EOL
1 KiB
Properties
# Project-wide Gradle settings.
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
# This option should only be used with decoupled projects. For more details, visit
|
|
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
|
|
# org.gradle.parallel=true
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
kotlin.code.style=official
|
|
|
|
android.useAndroidX=true
|
|
|
|
android.suppressUnsupportedCompileSdk=36
|
|
android.uniquePackageNames=false
|
|
android.dependency.useConstraints=true
|
|
android.r8.strictFullModeForKeepRules=false
|
|
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false |