Bump target sdk

This commit is contained in:
Faisal Alqadi 2017-08-25 12:12:27 -07:00
parent 8dab866d8c
commit 1d0edf9039
1 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
compileSdkVersion 26
buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 26
versionCode 1
versionName "1.0"
}