@ -10,7 +10,7 @@ android {
minSdkVersion 22
targetSdkVersion 30
versionCode 6
versionName "V2.0.7.53"
versionName "V2.0.7.54"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
@ -72,7 +72,7 @@ public class MyApplication extends Application {
super.onCreate();
myApplication = this;
try {
Thread.sleep(9000);
Thread.sleep(13000);
} catch (InterruptedException e) {
e.printStackTrace();
}