dvr/app/build.gradle
Simon 7ca2268ef1 Several Tweaks
- Lens Correction Offset
- Use shoulder triggers for run/shoot
- Tidying up a little
- Slight increase in stereo depth
2016-03-10 22:33:00 +00:00

25 lines
555 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 16
buildToolsVersion '19.1.0'
defaultConfig {
applicationId "com.drbeef.dvr"
minSdkVersion 16
targetSdkVersion 19
versionCode 2
versionName '1.0.1'
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
}