Skip to content

Commit

Permalink
New version 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Oct 9, 2018
1 parent decfee7 commit 9bf4191
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.prey"
minSdkVersion 14
targetSdkVersion 26
versionCode 157
versionName '1.9.7'
versionCode 158
versionName '1.9.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="157"
android:versionName="1.9.7" >
android:versionCode="158"
android:versionName="1.9.8" >


<uses-feature android:name="android.hardware.location.network" android:required="true" />
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 @@ -48,7 +48,7 @@ public class PreyConfig {

private static final String HTTP="https://";

public static final String VERSION_PREY_DEFAULT="1.9.7";
public static final String VERSION_PREY_DEFAULT="1.9.8";

// Milliseconds per second
private static final int MILLISECONDS_PER_SECOND = 1000;
Expand Down

0 comments on commit 9bf4191

Please sign in to comment.