Skip to content

Commit

Permalink
New version 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Oct 1, 2019
1 parent 899d128 commit 5ba9836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 28
versionCode 174
versionName '2.1.6'
versionCode 185
versionName '2.1.7'
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 @@ -44,7 +44,7 @@ public class PreyConfig {

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

public static final String VERSION_PREY_DEFAULT="2.1.6";
public static final String VERSION_PREY_DEFAULT="2.1.7";

// Milliseconds per second
private static final int MILLISECONDS_PER_SECOND = 1000;
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jun 20 12:58:23 CLT 2019
#Wed Sep 04 12:31:54 CLST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 5ba9836

Please sign in to comment.