~xdavidwu/saf-cephfs

36221cf5c299e1a2830b07a804411f905ac04fcc — Pinghao Wu 2 months ago d43e064
build: add repo for lint
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'