mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
Merge pull request #1301 from SaeedZhiany/patch-1
bumped AGP to 3.6.1 and removed buildToolsVersion
This commit is contained in:
@@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:3.5.3")
|
||||
classpath("com.android.tools.build:gradle:3.6.1")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22,8 +22,6 @@ def safeExtGet(prop, fallback) {
|
||||
|
||||
android {
|
||||
compileSdkVersion safeExtGet('compileSdkVersion', 28)
|
||||
//noinspection GradleDependency
|
||||
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion safeExtGet('minSdkVersion', 16)
|
||||
|
||||
Reference in New Issue
Block a user