We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e833e29 commit 59513aeCopy full SHA for 59513ae
app/build.gradle
@@ -4,6 +4,10 @@ android {
4
compileSdkVersion 23
5
buildToolsVersion "23.0.2"
6
7
+ lintOptions {
8
+ abortOnError false
9
+ }
10
+
11
defaultConfig {
12
applicationId "com.like.example"
13
minSdkVersion 16
likebutton/build.gradle
@@ -7,6 +7,10 @@ android {
14
15
16
targetSdkVersion 23
0 commit comments