1# Until all the dependencies move to android X 2android.useAndroidX=true 3android.enableJetifier=false 4android.debug.obsoleteApi=true 5# Don't warn about needing to update AGP 6android.suppressUnsupportedCompileSdk=34 7org.gradle.parallel=true 8kapt.use.worker.api=true 9# Force Android Studio to build using the JDK of our choice, or the embedded JDK included with the 10# Android Studio installation. You can confirm this works by running the following command to list 11# all Java toolchains: 12# 13# gradle -q javaToolchains 14# 15org.gradle.java.installations.auto-detect=false 16org.gradle.java.installations.auto-download=false 17org.gradle.java.installations.fromEnv=STUDIO_JDK 18PLAY_SERVICES_VERSION=12.4-SNAPSHOT 19# Matches http://cs/h/android/platform/superproject/main/+/main:prebuilts/sdk/tools/linux/bin/source.properties 20BUILD_TOOLS_VERSION=34.0.0 21TARGET_SDK=34 22gradle=build -x lint -x lintVitalRelease 23org.gradle.jvmargs=-Xmx8g 24ANDROID_RELATIVE_TOP=../../../../../ 25# http://cs/h/android/platform/superproject/main/+/main:external/protobuf/version.json 26#protobuf_version=3.21.7 27protobuf_version=3.0.0 28# http://cs/h/android/platform/superproject/main/+/main:external/protobuf/javanano/pom.xml?q=Export-Package 29protobuf_javanano_version=3.0.0-alpha-7 30protobuf_lite_version=3.0.0 31# http://cs/h/android/platform/superproject/main/+/main:external/dagger2/METADATA?l=14 32dagger_version=2.47 33# http://cs/h/android/platform/superproject/main/+/main:external/kotlinx.coroutines/METADATA?l=8 34kotlin_coroutine_version=1.7.2 35# http://cs/h/android/platform/superproject/main/+/main:prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted 36compose_compiler_version=1.5.1 37google_truth_version=1.1 38gson_version=2.10.1 39# Use this setting if the version of Android Lint in the Android Tree is newer than 40# the version of AGP we are using for the SysUi Studio Gradle Build. 41# 42# See: https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html 43# 44# To query the current lint version used by soong, run: 45# ./prebuilts/cmdline-tools/tools/bin/lint --version 46# 47# If this prints something like "8.0.0-dev", you'll need to check the git log to find the exact 48# build ID. You should see a commit containing a message like: "Update cmdline-tools to ab/9458967". 49# 50# TODO: To track upstream build artifacts more accurately, we might be able to fetch the right 51# versions using AGP's nightly repo. 52# See: https://groups.google.com/a/google.com/g/android-gradle/c/SwjHMeFNeg8/m/DxZuyMwSAQAJ 53#android.experimental.lint.version = 8.3.0-alpha07 54# lintGradlePluginVersion = gradlePluginVersion + 23.0.0 55# For explanation, see: http://go/android-lint-api-guide#example:samplelintcheckgithubproject/lintversion%3F 56# For versions, see: https://maven.google.com/web/index.html?q=lint#com.android.tools.lint:lint 57lintGradlePluginVersion=31.3.0-alpha07 58auto_service_version=1.0.1 59# Citc client to full code for overlay lib. If empty, the library is not included 60ACETONE_LIB_CITC_CLIENT= 61# TODO: Remove after fixing b/295208392 62# See also: http://go/android-dev/build/optimize-your-build#use-non-transitive-r-classes 63android.nonTransitiveRClass=false 64# Added to allow test artifacts (e.g. screenshots) to be stored and kept on device after a run 65# See b/295039976 for more details 66android.injected.androidTest.leaveApksInstalledAfterRun=true 67