wireguardVersionCode=521
wireguardVersionName=1.3
# Internal code namespace (R/BuildConfig/JNI). Not user-visible — kept stable.
wireguardPackageName=com.wireguard.android
# On-device application identifier (Settings, /data/data, package id).
phobosApplicationId=com.phobos.wg
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
org.gradle.caching=true
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
# Turn off AP discovery in compile path to enable compile avoidance
kapt.include.compile.classpath=false