Skip to content

Commit

Permalink
New version 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Oct 22, 2020
1 parent 329f93b commit 645f2c0
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 @@ -11,8 +11,8 @@ android {

targetSdkVersion 29

versionCode 208
versionName '2.2.6'
versionCode 209
versionName '2.2.7'

multiDexEnabled 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 @@ -45,7 +45,7 @@ public class PreyConfig {

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

public static final String VERSION_PREY_DEFAULT="2.2.6";
public static final String VERSION_PREY_DEFAULT="2.2.7";

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

0 comments on commit 645f2c0

Please sign in to comment.