1 files changed, 5 insertions(+), 0 deletions(-)
M build.gradle
M build.gradle => build.gradle +5 -0
@@ 9,6 9,11 @@ buildscript {
}
apply plugin: 'com.android.application'
+// for lint target
+repositories {
+ mavenCentral()
+}
+
android {
namespace 'org.safcephfs'
compileSdkVersion 'android-33'