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
ea37ce6b
Commit
ea37ce6b
authored
Jun 24, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
open TD
parent
f81a88ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
app_build.gradle
+2
-0
src/main/AndroidManifest.xml
+1
-0
No files found.
app_build.gradle
View file @
ea37ce6b
...
...
@@ -30,6 +30,8 @@ android {
dependencies
{
if
(
"${tongdun_parent_key}"
.
size
()
>
5
)
{
implementation
(
name:
'android_spirit-20190220-2.0.0.1'
,
ext:
'aar'
)
}
else
{
compileOnly
(
name:
'android_spirit-20190220-2.0.0.1'
,
ext:
'aar'
)
}
implementation
project
(
':cash_plugin_toolbox'
)
...
...
src/main/AndroidManifest.xml
View file @
ea37ce6b
...
...
@@ -2,6 +2,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
package=
"tech.starwin"
>
<uses-permission
android:name=
"android.permission.FOREGROUND_SERVICE"
/>
<!--写入SD卡-->
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
...
...
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