Skip to content

Commit

Permalink
New version 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oaliaga committed Oct 30, 2020
1 parent 71c2649 commit b9815f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'

android {
compileSdkVersion 29
compileSdkVersion 30

defaultConfig {
applicationId "com.prey"
minSdkVersion 21

targetSdkVersion 29
targetSdkVersion 30

versionCode 209
versionName '2.2.7'
versionCode 210
versionName '2.2.8'

multiDexEnabled true
}
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.google.firebase:firebase-messaging:20.3.0'
implementation 'com.google.firebase:firebase-analytics:17.6.0'
implementation 'com.google.firebase:firebase-crashlytics:17.2.2'
implementation 'com.google.firebase:firebase-database:19.5.0'
implementation 'com.google.firebase:firebase-database:19.5.1'
implementation 'com.firebase:firebase-jobdispatcher:0.8.5'
implementation 'com.appsflyer:af-android-sdk:4.8.18@aar'
implementation 'com.android.installreferrer:installreferrer:2.1'
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.2.7";
public static final String VERSION_PREY_DEFAULT="2.2.8";

// Milliseconds per second
private static final int MILLISECONDS_PER_SECOND = 1000;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
dependencies {

classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'

Expand Down
6 changes: 2 additions & 4 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

#Sun Oct 25 21:30:16 CLST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 comments on commit b9815f4

Please sign in to comment.