Fix
This commit is contained in:
parent
34a6ee7573
commit
b19d8f5b0e
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
BIN
Integry.jks
Normal file
BIN
Integry.jks
Normal file
Binary file not shown.
@ -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 {
|
||||
|
||||
@ -30,7 +30,7 @@ public class AppContext {
|
||||
public void init() {
|
||||
this.initSettings();
|
||||
|
||||
this.initCrashlytics();
|
||||
//this.initCrashlytics();
|
||||
|
||||
this.initServerStatusChecker();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user