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

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