From 36221cf5c299e1a2830b07a804411f905ac04fcc Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Wed, 16 Oct 2024 15:25:46 +0800 Subject: [PATCH] build: add repo for lint --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 89e1123..82d16d5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,11 @@ buildscript { } apply plugin: 'com.android.application' +// for lint target +repositories { + mavenCentral() +} + android { namespace 'org.safcephfs' compileSdkVersion 'android-33' -- 2.45.2