We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850ed06 commit 49c8a60Copy full SHA for 49c8a60
app/build.gradle
@@ -12,8 +12,8 @@ android {
12
13
targetSdkVersion 33
14
15
- versionCode 291
16
- versionName '2.4.1'
+ versionCode 293
+ versionName '2.4.2'
17
18
multiDexEnabled true
19
}
app/src/main/java/com/prey/PreyConfig.java
@@ -41,7 +41,7 @@ public class PreyConfig {
41
private static PreyConfig cachedInstance = null;
42
public static final String TAG = "PREY";
43
private static final String HTTP = "https://";
44
- public static final String VERSION_PREY_DEFAULT = "2.4.0";
+ public static final String VERSION_PREY_DEFAULT = "2.4.2";
45
// Milliseconds per second
46
private static final int MILLISECONDS_PER_SECOND = 1000;
47
// Set to 1000 * 60 in production.
0 commit comments