Skip to content

Commit

Permalink
New version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Jul 25, 2019
1 parent 3df6d03 commit 6dbcaca
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 26
versionCode 168
versionName '2.1.0'
versionCode 169
versionName '2.1.1'
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 @@ -43,7 +43,7 @@ public class PreyConfig {

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

public static final String VERSION_PREY_DEFAULT="2.1.0";
public static final String VERSION_PREY_DEFAULT="2.1.1";

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

0 comments on commit 6dbcaca

Please sign in to comment.