I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a1a5aeaf authored by str4d's avatar str4d
Browse files

Don't abort on lint errors

parent 3a8eeabe
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,10 @@ android { ...@@ -20,6 +20,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
} }
} }
lintOptions {
abortOnError false
}
} }
dependencies { dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment