Skip to content

Commit

Permalink
New version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Aug 20, 2019
1 parent 9731768 commit caaf804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 16
targetSdkVersion 28
versionCode 172
versionName '2.1.4'
versionCode 173
versionName '2.1.5'
multiDexEnabled true
}
buildTypes {
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 @@ -44,7 +44,7 @@ public class PreyConfig {

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

public static final String VERSION_PREY_DEFAULT="2.1.4";
public static final String VERSION_PREY_DEFAULT="2.1.5";

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

0 comments on commit caaf804

Please sign in to comment.