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 265dfd3 commit 20c7674Copy full SHA for 20c7674
android/build.gradle
@@ -4,19 +4,19 @@ buildscript {
4
}
5
6
dependencies {
7
- classpath 'com.android.tools.build:gradle:2.1.3'
+ classpath 'com.android.tools.build:gradle:2.3.0'
8
9
10
11
apply plugin: 'com.android.library'
12
13
android {
14
- compileSdkVersion 23
15
- buildToolsVersion "23.0.1"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.1"
16
17
defaultConfig {
18
minSdkVersion 16
19
- targetSdkVersion 22
+ targetSdkVersion 26
20
versionCode 1
21
versionName "1.0"
22
0 commit comments