File tree Expand file tree Collapse file tree
java/com/pennapps/labs/pennmobile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" com.pennapps.labs.pennmobile"
4- android : versionCode =" 15 "
5- android : versionName =" 0.2.0 " >
4+ android : versionCode =" 16 "
5+ android : versionName =" 0.2.1 " >
66
77 <uses-permission android : name =" android.permission.INTERNET" />
88
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class MainActivity extends ActionBarActivity {
2727 @ Override
2828 protected void onCreate (Bundle savedInstanceState ) {
2929 super .onCreate (savedInstanceState );
30- // Crashlytics.start(this);
30+ Crashlytics .start (this );
3131 setContentView (R .layout .activity_main );
3232
3333 StrictMode .ThreadPolicy policy = new StrictMode .ThreadPolicy .Builder ().permitAll ().build ();
You can’t perform that action at this time.
0 commit comments