Skip to content

Commit

Permalink
New version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed May 5, 2015
1 parent a7f8693 commit a3ac0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
package="com.prey"
android:installLocation="internalOnly"
android:versionCode="103"
android:versionName="1.2.7" >
android:versionName="1.2.8" >


<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 @@ -108,7 +108,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.7";
public static final String VERSION_PREY_DEFAULT="1.2.8";

public static final String SEND_DATA="SEND_DATA";

Expand Down

0 comments on commit a3ac0e0

Please sign in to comment.