Skip to content

Commit

Permalink
New version 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Jan 3, 2017
1 parent bd12a3d commit 56594c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.prey"
minSdkVersion 9
targetSdkVersion 23
versionCode 126
versionName '1.6.7'
versionCode 127
versionName '1.6.8'
multiDexEnabled true
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/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.prey"
android:installLocation="internalOnly"
android:versionCode="126"
android:versionName="1.6.7" >
android:versionCode="127"
android:versionName="1.6.8" >



Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/prey/PreyConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class PreyConfig {
public static final String DEVICE_ID = "DEVICE_ID";

public static final String SIM_SERIAL_NUMBER = "SIM_SERIAL_NUMBER";
public static final String VERSION_PREY_DEFAULT="1.6.7";
public static final String VERSION_PREY_DEFAULT="1.6.8";

public static final String CAN_ACCESS_FINE_LOCATION = "CAN_ACCESS_FINE_LOCATION";
public static final String CAN_ACCESS_COARSE_LOCATION = "CAN_ACCESS_COARSE_LOCATION";
Expand Down

0 comments on commit 56594c8

Please sign in to comment.