Enable minifing.
parent
78d73914de
commit
c97c01638b
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue