Skip to content

Commit

Permalink
version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
triestpa committed Feb 9, 2014
1 parent 2ec120a commit 131f40f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.grinnell.kdic"
android:versionCode="5"
android:versionName="1.2.1" >
android:versionCode="6"
android:versionName="1.3" >

<uses-sdk
android:minSdkVersion="11"
Expand Down
2 changes: 1 addition & 1 deletion res/values/com_crashlytics_export_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
Do NOT modify, delete, or commit to source control!
-->
<string name="com.crashlytics.android.build_id">86c9fc37-c399-4f5b-ae8e-8426e7a31b1a</string>
<string name="com.crashlytics.android.build_id">19d20379-20a6-472b-bf05-44e0e0df8374</string>
</resources>
3 changes: 2 additions & 1 deletion src/edu/grinnell/kdic/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import java.util.ArrayList;

import android.annotation.SuppressLint;
import android.app.ListFragment;
import android.content.Context;
import android.content.pm.ActivityInfo;
Expand Down Expand Up @@ -47,7 +48,7 @@ public void onCreate(Bundle savedInstanceState) {
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.FROYO)
getActionBar().hide();
getActionBar().hide();

ConnectivityManager cm = (ConnectivityManager) this
.getSystemService(Context.CONNECTIVITY_SERVICE);
Expand Down

0 comments on commit 131f40f

Please sign in to comment.