Extensions depend on extension-api.
This commit is contained in:
committed by
Joshua Granick
parent
574bb0118b
commit
de7f0b217b
@@ -13,4 +13,8 @@ apply plugin: 'com.android.library'
|
||||
android {
|
||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
|
||||
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':deps:extension-api')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user