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 c681b71 commit a442665Copy full SHA for a442665
1 file changed
android/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 27
5
- buildToolsVersion "27.0.3"
+ compileSdkVersion rootProject.ext.compileSdkVersion
+ buildToolsVersion rootProject.ext.buildToolsVersion
6
7
defaultConfig {
8
- minSdkVersion 16
9
- targetSdkVersion 27
+ minSdkVersion rootProject.ext.minSdkVersion
+ targetSdkVersion rootProject.ext.targetSdkVersion
10
versionCode 1
11
versionName "1.0"
12
ndk {
0 commit comments