Merge pull request #14318 from endragor/compile-sdk-version-26
Update Android compileSdkVersion to 26
This commit is contained in:
commit
e7b7e7b7b0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ android {
|
||||||
disable 'MissingTranslation'
|
disable 'MissingTranslation'
|
||||||
}
|
}
|
||||||
|
|
||||||
compileSdkVersion 24
|
compileSdkVersion 26
|
||||||
buildToolsVersion "26.0.1"
|
buildToolsVersion "26.0.1"
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue