Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
I
ImageVideoBanner
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangjiantao
ImageVideoBanner
Commits
5f36cec8
Commit
5f36cec8
authored
Sep 27, 2020
by
gaodapeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改、优化
parent
4b45dce9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
build.gradle
banner/build.gradle
+1
-6
build.gradle
imageVideoBanner/build.gradle
+2
-2
settings.gradle
settings.gradle
+1
-2
No files found.
banner/build.gradle
View file @
5f36cec8
...
@@ -6,7 +6,7 @@ android {
...
@@ -6,7 +6,7 @@ android {
defaultConfig
{
defaultConfig
{
minSdkVersion
19
minSdkVersion
19
targetSdkVersion
2
9
targetSdkVersion
2
8
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
@@ -24,11 +24,6 @@ android {
...
@@ -24,11 +24,6 @@ android {
dependencies
{
dependencies
{
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
implementation
'androidx.appcompat:appcompat:1.2.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.2'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.3.0'
implementation
'androidx.appcompat:appcompat:1.2.0'
implementation
'androidx.appcompat:appcompat:1.2.0'
implementation
'androidx.constraintlayout:constraintlayout:2.0.1'
implementation
'androidx.constraintlayout:constraintlayout:2.0.1'
implementation
'com.github.bumptech.glide:glide:4.9.0'
implementation
'com.github.bumptech.glide:glide:4.9.0'
...
...
imageVideoBanner/build.gradle
View file @
5f36cec8
apply
plugin:
'com.android.
library
'
apply
plugin:
'com.android.
application
'
android
{
android
{
compileSdkVersion
28
compileSdkVersion
28
defaultConfig
{
defaultConfig
{
minSdkVersion
1
8
minSdkVersion
1
9
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
...
settings.gradle
View file @
5f36cec8
include
':banner'
include
':imageVideoBanner'
,
':banner'
include
':imageVideoBanner'
\ No newline at end of file
\ No newline at end of file
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