File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
applicationId " com.prey"
10
10
minSdkVersion 9
11
11
targetSdkVersion 25
12
- versionCode 129
13
- versionName ' 1.7.0 '
12
+ versionCode 130
13
+ versionName ' 1.7.1 '
14
14
multiDexEnabled true
15
15
}
16
16
buildTypes {
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.prey"
4
4
android : installLocation =" internalOnly"
5
- android : versionCode =" 129 "
6
- android : versionName =" 1.7.0 " >
5
+ android : versionCode =" 130 "
6
+ android : versionName =" 1.7.1 " >
7
7
8
8
9
9
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public class PreyConfig {
130
130
public static final String DEVICE_ID = "DEVICE_ID" ;
131
131
132
132
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 " ;
134
134
135
135
public static final String CAN_ACCESS_FINE_LOCATION = "CAN_ACCESS_FINE_LOCATION" ;
136
136
public static final String CAN_ACCESS_COARSE_LOCATION = "CAN_ACCESS_COARSE_LOCATION" ;
You can’t perform that action at this time.
0 commit comments