Tomasz Półgrabia 2016-09-02 14:46:28 +02:00
commit f7d1315e0f
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ public class MainActivity extends ActionBarActivity implements GestureDetector.O
// locations.setOnTouchListener(new OnSwipeTouchListener);
gestureDetector = new GestureDetectorCompat(this, this);
Fabric fabric = new Fabric.Builder(this).debuggable(true).kits(new Crashlytics()).build();
Fabric.with(fabric);
}
@Override