Skip to content

Commit

Permalink
New version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Feb 17, 2021
1 parent 2f982c7 commit b6075be
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 @@ -12,8 +12,8 @@ android {

targetSdkVersion 30

versionCode 232
versionName '2.3.2'
versionCode 233
versionName '2.3.3'

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.3.2";
public static final String VERSION_PREY_DEFAULT="2.3.3";

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

0 comments on commit b6075be

Please sign in to comment.