Skip to content

Commit 6906a3e

Browse files
committed
New version 1.7.1
1 parent 45a11b3 commit 6906a3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.prey"
1010
minSdkVersion 9
1111
targetSdkVersion 25
12-
versionCode 129
13-
versionName '1.7.0'
12+
versionCode 130
13+
versionName '1.7.1'
1414
multiDexEnabled true
1515
}
1616
buildTypes {

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.prey"
44
android:installLocation="internalOnly"
5-
android:versionCode="129"
6-
android:versionName="1.7.0" >
5+
android:versionCode="130"
6+
android:versionName="1.7.1" >
77

88

99

app/src/main/java/com/prey/PreyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class PreyConfig {
130130
public static final String DEVICE_ID = "DEVICE_ID";
131131

132132
public static final String SIM_SERIAL_NUMBER = "SIM_SERIAL_NUMBER";
133-
public static final String VERSION_PREY_DEFAULT="1.7.0";
133+
public static final String VERSION_PREY_DEFAULT="1.7.1";
134134

135135
public static final String CAN_ACCESS_FINE_LOCATION = "CAN_ACCESS_FINE_LOCATION";
136136
public static final String CAN_ACCESS_COARSE_LOCATION = "CAN_ACCESS_COARSE_LOCATION";

0 commit comments

Comments
 (0)