NoNonsense-FilePicker/library/build.gradle

21 lines
593 B
Groovy

apply plugin: 'com.android.library'
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
android {
compileSdkVersion compileSdk
defaultConfig {
minSdkVersion 16
}
}
dependencies {
implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
implementation "com.android.support:support-v4:$supportLibraryVersion"
implementation "com.android.support:recyclerview-v7:$supportLibraryVersion"
}