Enable minifing.

master
Tomasz Półgrabia 2016-09-17 16:31:29 +02:00
parent 78d73914de
commit c97c01638b
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ android {
} }
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }

View File

@ -14,7 +14,6 @@ import java.util.List;
*/ */
public class StandardLocationListener implements LocationListener { public class StandardLocationListener implements LocationListener {
private static final Logger lg = LoggerFactory.getLogger(StandardLocationListener.class); private static final Logger lg = LoggerFactory.getLogger(StandardLocationListener.class);
private static final String CLASS_TAG = StandardLocationListener.class.getSimpleName();
private List<StandardLocationListenerCallback> locationChangedCallbacks = new ArrayList<>(); private List<StandardLocationListenerCallback> locationChangedCallbacks = new ArrayList<>();
@Override @Override