summaryrefslogtreecommitdiffstats
path: root/mobile/android/annotations/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/annotations/build.gradle')
-rw-r--r--mobile/android/annotations/build.gradle11
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile/android/annotations/build.gradle b/mobile/android/annotations/build.gradle
new file mode 100644
index 0000000000..59dae64075
--- /dev/null
+++ b/mobile/android/annotations/build.gradle
@@ -0,0 +1,11 @@
+buildDir "${topobjdir}/gradle/build/mobile/android/annotations"
+
+apply plugin: 'java'
+
+dependencies {
+ implementation 'com.android.tools.lint:lint:30.2.2'
+ implementation 'com.android.tools.lint:lint-checks:30.2.2'
+}
+
+sourceCompatibility = JavaVersion.VERSION_11
+targetCompatibility = JavaVersion.VERSION_11