Skip to content

Commit

Permalink
New version 2.4.8
Browse files Browse the repository at this point in the history
New version 2.4.8
  • Loading branch information
oaliaga committed May 15, 2023
1 parent d5018dc commit 1f65f7d
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 312
versionName '2.4.7'
versionCode 314
versionName '2.4.8'

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.7";
public static final String VERSION_PREY_DEFAULT = "2.4.8";
// Milliseconds per second
private static final int MILLISECONDS_PER_SECOND = 1000;
// Set to 1000 * 60 in production.
Expand Down

0 comments on commit 1f65f7d

Please sign in to comment.