You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CameraFragment/app/build.gradle

20 lines
455 B

apply plugin: 'com.android.application'
android {
compileSdkVersion project.sdk
buildToolsVersion project.buildTools
defaultConfig {
minSdkVersion project.minSdk
targetSdkVersion project.sdk
versionCode 1
versionName "1.0"
}
}
dependencies {
compile "com.android.support:appcompat-v7:" + project.supportVersion
compile 'com.jakewharton:butterknife:7.0.1'
compile project(':camerafragment')
}