Remove TODO

pull/492/head
Mattia Iavarone 6 years ago
parent 75adc900e7
commit 28b238f473
  1. 2
      cameraview/build.gradle

@ -8,7 +8,7 @@ group = 'com.otaliastudios'
//region android dependencies
def travis = true // TODO System.getenv("TRAVIS")
def travis = System.getenv("TRAVIS")
android {
compileSdkVersion rootProject.ext.compileSdkVersion

Loading…
Cancel
Save