Skip to content

Commit

Permalink
New version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Nov 11, 2014
1 parent 429f7cc commit f6c86eb
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="94"
android:versionName="1.1.3" >
android:versionCode="95"
android:versionName="1.2.0" >

<uses-sdk
android:minSdkVersion="4"
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.3.1";
public static final String VERSION_PREY_DEFAULT="1.2.0";

public static final String SEND_DATA="SEND_DATA";

Expand Down

0 comments on commit f6c86eb

Please sign in to comment.