Finish Hotfix-RimossoCrashlytics

This commit is contained in:
Giuseppe Scorrano 2019-01-16 16:43:58 +01:00
commit 25e85b51ec
4 changed files with 3 additions and 3 deletions

Binary file not shown.

BIN
Integry.jks Normal file

Binary file not shown.

View File

@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
android { android {
def appVersionCode = 25 def appVersionCode = 26
def appVersionName = '1.0.22' def appVersionName = '1.0.23'
signingConfigs { signingConfigs {
release { release {

View File

@ -30,7 +30,7 @@ public class AppContext {
public void init() { public void init() {
this.initSettings(); this.initSettings();
this.initCrashlytics(); //this.initCrashlytics();
this.initServerStatusChecker(); this.initServerStatusChecker();