Skip to content

Commit

Permalink
New version 2.4.4
Browse files Browse the repository at this point in the history
New version 2.4.4
  • Loading branch information
oaliaga committed Jan 10, 2023
1 parent fd2124a commit 46b6e0a
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 33

versionCode 298
versionName '2.4.3'
versionCode 304
versionName '2.4.4'

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 @@ -41,7 +41,7 @@ public class PreyConfig {
private static PreyConfig cachedInstance = null;
public static final String TAG = "PREY";
private static final String HTTP = "https://";
public static final String VERSION_PREY_DEFAULT = "2.4.3";
public static final String VERSION_PREY_DEFAULT = "2.4.4";
// Milliseconds per second
private static final int MILLISECONDS_PER_SECOND = 1000;
// Set to 1000 * 60 in production.
Expand Down

0 comments on commit 46b6e0a

Please sign in to comment.