diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index b468755b..7ff8ce63 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/Integry.jks b/Integry.jks new file mode 100644 index 00000000..1b30e196 Binary files /dev/null and b/Integry.jks differ diff --git a/app/build.gradle b/app/build.gradle index c826004f..46980e68 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services' android { - def appVersionCode = 25 - def appVersionName = '1.0.22' + def appVersionCode = 26 + def appVersionName = '1.0.23' signingConfigs { release { diff --git a/app/src/main/java/it/integry/integrywmsnative/core/context/AppContext.java b/app/src/main/java/it/integry/integrywmsnative/core/context/AppContext.java index 03496fa8..fc0079ae 100644 --- a/app/src/main/java/it/integry/integrywmsnative/core/context/AppContext.java +++ b/app/src/main/java/it/integry/integrywmsnative/core/context/AppContext.java @@ -30,7 +30,7 @@ public class AppContext { public void init() { this.initSettings(); - this.initCrashlytics(); + //this.initCrashlytics(); this.initServerStatusChecker();