Enable minifing.
parent
78d73914de
commit
c97c01638b
|
@ -30,7 +30,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@ import java.util.List;
|
|||
*/
|
||||
public class StandardLocationListener implements LocationListener {
|
||||
private static final Logger lg = LoggerFactory.getLogger(StandardLocationListener.class);
|
||||
private static final String CLASS_TAG = StandardLocationListener.class.getSimpleName();
|
||||
private List<StandardLocationListenerCallback> locationChangedCallbacks = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue