blob: 2e0f518453c7afdf4fb7421175a8b131d25779f5 [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
namespace "com.example.appandmodules.mylibarybase"
defaultConfig {
minSdkVersion 23
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
}
dependencies {
api project(':library-debug')
}