pull/18/head
Mattia Iavarone 8 years ago
parent fc8bb4208f
commit 03a940fc7e
  1. 2
      README.md
  2. 5
      cameraview/build.gradle

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/natario1/CameraView.svg?branch=master)](https://travis-ci.org/natario1/CameraView)
<p align="center"> <p align="center">
<img src="art/icon.png" vspace="10" width="250" height="250"> <img src="art/icon.png" vspace="10" width="250" height="250">
</p> </p>

@ -17,7 +17,12 @@ android {
versionName project.version versionName project.version
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
debug {
testCoverageEnabled true
}
release { release {
minifyEnabled false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

Loading…
Cancel
Save