Skip to content

Commit

Permalink
movie night!
Browse files Browse the repository at this point in the history
  • Loading branch information
shortstack committed Aug 4, 2016
1 parent 100d088 commit 2e67d21
Show file tree
Hide file tree
Showing 4 changed files with 5 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
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shortstack.hackertracker"
android:installLocation="auto"
android:versionCode="59"
android:versionName="3.3.0" >
android:versionCode="60"
android:versionName="3.3.1" >

<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
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 @@ -29,7 +29,7 @@ public class DatabaseAdapter extends SQLiteOpenHelper {

private static String DB_NAME = "hackertracker.sqlite";

private static int DB_VERSION = 332;
private static int DB_VERSION = 333;

private SQLiteDatabase myDataBase;

Expand Down
2 changes: 2 additions & 0 deletions hackertracker/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@
<string name="partners_defconparties">Your source of info for PARTIES AT DEF CON! Check them out at @defconparties!\n\n http://twitter.com/defconparties</string>

<string-array name="updates">
<item>08/03/16</item>
<item>Catch a movie at DEF CON Movie Night on Thurs/Fri/Sat!</item>
<item>08/03/16</item>
<item>Updated Skytalks schedule! Updated DEF CON Saturday night line-up!</item>
<item>08/03/16</item>
Expand Down

0 comments on commit 2e67d21

Please sign in to comment.