Skip to content

Commit

Permalink
party updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shortstack committed Aug 7, 2014
1 parent b9d3101 commit 4864e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hackertracker/src/main/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="com.shortstack.hackertracker"
android:versionCode="27"
android:versionName="2.9.8" >
android:versionCode="28"
android:versionName="2.9.9" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
Binary file modified hackertracker/src/main/assets/hackertracker.sqlite
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class DatabaseAdapter extends SQLiteOpenHelper {
*/
public DatabaseAdapter(Context context) {

super(context, DB_NAME, null, 183);
super(context, DB_NAME, null, 184);
this.myContext = context;
}

Expand Down

0 comments on commit 4864e13

Please sign in to comment.