This commit is contained in:
Giuseppe Scorrano 2019-01-16 16:43:53 +01:00
parent 34a6ee7573
commit b19d8f5b0e
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 {
def appVersionCode = 25
def appVersionName = '1.0.22'
def appVersionCode = 26
def appVersionName = '1.0.23'
signingConfigs {
release {

View File

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