Commit 8961b049 by sikang

remove td

parent 7e513ea3
apply plugin: 'walle'
android {
defaultConfig {
buildConfigField 'Boolean', 'IS_COLLECT_MODE', 'false'
......@@ -25,21 +26,10 @@ android {
disable 'GoogleAppIndexingWarning'
}
productFlavors {
website {
dependencies {
implementation 'com.tencent.bugly:crashreport:3.0.0'
}
dimension "channel"
}
}
}
dependencies {
if ("${tongdun_parent_key}".size() > 5) {
implementation(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
}
// getGradle().getStartParameter().getTaskRequests()[0]
implementation project(':cash_plugin_toolbox')
}
......
......@@ -56,7 +56,6 @@ dependencies {
implementation 'com.jcminarro:Philology:1.0.1'
implementation 'io.github.inflationx:viewpump:1.0.0'
compileOnly 'com.tencent.bugly:crashreport:3.0.0'
//support包
//noinspection GradleCompatible
api "com.android.support:appcompat-v7:$rootProject.ext.supportLibraryVersion"
......@@ -76,7 +75,7 @@ dependencies {
//同盾
compileOnly(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
// compileOnly(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
api(name: 'libfbref-release', ext: 'aar')
......
......@@ -18,7 +18,6 @@ import com.jcminarro.philology.Philology;
import com.jcminarro.philology.PhilologyInterceptor;
import com.jcminarro.philology.PhilologyRepository;
import com.jcminarro.philology.PhilologyRepositoryFactory;
import com.tencent.bugly.crashreport.CrashReport;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
......@@ -53,7 +52,6 @@ public abstract class BaseApplication extends MultiDexApplication {
@Override
public void onCreate() {
super.onCreate();
CrashReport.initCrashReport(getApplicationContext(), "f35508ee93", true);
AppLanguageUtils.setLanguage(this, LibConfig.LANGUAGE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment