Update build.gradle

If having min api version of 21 I cannot build the project when using this library, since upgrading to the latest Android studio, this change fixes that

Android Studio 3.4.0
classpath 'com.android.tools.build:gradle:3.4.0'
This commit is contained in:
eladgel 2019-04-24 20:28:12 +03:00 committed by Noitidart
parent c618610bda
commit 57e7fe4e9a
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ android {
versionCode 1
versionName "1.0"
}
lintOptions{
abortOnError false
}
}
repositories {