We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6e3e1 commit 0f97acaCopy full SHA for 0f97aca
android/build.gradle
@@ -21,7 +21,6 @@ apply plugin: 'com.android.library'
21
22
android {
23
compileSdkVersion safeExtGet('compileSdkVersion', 28)
24
- buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
25
defaultConfig {
26
minSdkVersion safeExtGet('minSdkVersion', 16)
27
targetSdkVersion safeExtGet('targetSdkVersion', 26)
0 commit comments