Skip to content

Commit

Permalink
New version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Feb 20, 2015
1 parent fc29635 commit b1d166e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.prey"
android:installLocation="internalOnly"
android:versionCode="101"
android:versionName="1.2.5" >
android:versionCode="102"
android:versionName="1.2.6" >


<uses-sdk
Expand Down
2 changes: 1 addition & 1 deletion src/com/prey/PreyConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public class PreyConfig {
public static final String SEND_NOTIFICATION_ID="SEND_NOTIFICATION_ID";
public static final String SIGNAL_FLARE_DATE="SIGNAL_FLARE_DATE";

public static final String VERSION_PREY_DEFAULT="1.2.5";
public static final String VERSION_PREY_DEFAULT="1.2.6";

public static final String SEND_DATA="SEND_DATA";

Expand Down

0 comments on commit b1d166e

Please sign in to comment.