mirror of
https://github.com/status-im/react-native-dialogs.git
synced 2025-03-01 08:40:26 +00:00
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:
parent
c618610bda
commit
57e7fe4e9a
@ -20,6 +20,9 @@ android {
|
|||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
lintOptions{
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user