From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- mobile/android/annotations/build.gradle | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mobile/android/annotations/build.gradle (limited to 'mobile/android/annotations/build.gradle') diff --git a/mobile/android/annotations/build.gradle b/mobile/android/annotations/build.gradle new file mode 100644 index 0000000000..59afd14028 --- /dev/null +++ b/mobile/android/annotations/build.gradle @@ -0,0 +1,14 @@ +buildDir "${topobjdir}/gradle/build/mobile/android/annotations" + +apply plugin: 'java' + +// lint should be X+23.Y.Z of gradle_plugin version, according to: +// http://googlesamples.github.io/android-custom-lint-rules/api-guide.html#example:samplelintcheckgithubproject/lintversion? + +dependencies { + implementation 'com.android.tools.lint:lint:30.4.2' + implementation 'com.android.tools.lint:lint-checks:30.4.2' +} + +sourceCompatibility = JavaVersion.VERSION_11 +targetCompatibility = JavaVersion.VERSION_11 -- cgit v1.2.3