Skip to content

Commit f848cbf

Browse files
authored
Merge pull request #82 from gpeal/gpeal--dependencies
Update Android dependencies
2 parents 4c0e9ec + 20c7674 commit f848cbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.1.3'
7+
classpath 'com.android.tools.build:gradle:2.3.0'
88
}
99
}
1010

1111
apply plugin: 'com.android.library'
1212

1313
android {
14-
compileSdkVersion 23
15-
buildToolsVersion "23.0.1"
14+
compileSdkVersion 26
15+
buildToolsVersion "26.0.1"
1616

1717
defaultConfig {
1818
minSdkVersion 16
19-
targetSdkVersion 22
19+
targetSdkVersion 26
2020
versionCode 1
2121
versionName "1.0"
2222
}

0 commit comments

Comments
 (0)