Skip to content

Commit

Permalink
removed unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-sta committed Sep 3, 2017
1 parent f1a5d27 commit 3d64706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,5 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:22.2.+'
testCompile 'junit:junit:4.12'
}
4 changes: 1 addition & 3 deletions src/main/java/ru/flightlabs/masks/Static.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package ru.flightlabs.masks;

import android.support.v4.BuildConfig;

import org.opencv.core.Mat;

import ru.flightlabs.commonlib.R;
Expand All @@ -15,7 +13,7 @@ public class Static {
public static boolean makePhoto;
public static boolean makePhoto2;

public static final boolean LOG_MODE = BuildConfig.DEBUG;
public static final boolean LOG_MODE = true;//BuildConfig.DEBUG;

public static boolean drawOrigTexture;
public static boolean libsLoaded;
Expand Down

0 comments on commit 3d64706

Please sign in to comment.