package com.github.amarcruz.geolocation;

final class Constants {
    private Constants() {}

    static final String TAG = "RNGeolocation";
    static final int PLAY_SERVICES_REQUEST = 11404;
}
