mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-21 13:23:00 +00:00
apply review comment concerning targetSdkVersion
https://github.com/owncloud/android-library/pull/198#discussion_r228050760
This commit is contained in:
@@ -11,6 +11,11 @@ dependencies {
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
|
||||
Reference in New Issue
Block a user