Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
8961b049
Commit
8961b049
authored
Jul 07, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove td
parent
7e513ea3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
16 deletions
+3
-16
app_build.gradle
+2
-12
build.gradle
+1
-2
src/main/java/com/common/base/BaseApplication.java
+0
-2
No files found.
app_build.gradle
View file @
8961b049
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'
)
}
...
...
build.gradle
View file @
8961b049
...
...
@@ -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'
)
...
...
src/main/java/com/common/base/BaseApplication.java
View file @
8961b049
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment