Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
weex-template
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guest
weex-template
Commits
48b939ed
Commit
48b939ed
authored
Apr 11, 2019
by
Dickens Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
weex remote depandency
parent
1b778229
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
build.gradle
platforms/android/LMWeex/app/build.gradle
+2
-2
build.gradle
platforms/android/LMWeex/build.gradle
+1
-0
settings.gradle
platforms/android/LMWeex/settings.gradle
+1
-6
No files found.
platforms/android/LMWeex/app/build.gradle
View file @
48b939ed
...
...
@@ -106,6 +106,6 @@ dependencies {
testCompile
'junit:junit:4.12'
//基础库
compile
project
(
':nexus'
)
compile
project
(
':wxframework'
)
compile
'com.gsst.mobile:gsst-weex-base-plugin:0.0.03-SNAPSHOT'
compile
'com.gsst.mobile:gsst-weex-base-library:0.0.03-SNAPSHOT'
}
platforms/android/LMWeex/build.gradle
View file @
48b939ed
...
...
@@ -34,6 +34,7 @@ subprojects {
repositories
{
google
()
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven
{
url
'http://192.168.12.122:8090/nexus/repository/maven-snapshots/'
}
}
buildscript
{
repositories
{
...
...
platforms/android/LMWeex/settings.gradle
View file @
48b939ed
include
':app'
,
':sdk'
,
':nexus'
,
':wxframework'
// 基础库
project
(
':wxframework'
).
projectDir
=
new
File
(
settingsDir
,
'/wxframework/eros-framework'
)
project
(
':sdk'
).
projectDir
=
new
File
(
settingsDir
,
'/nexus/sdk'
)
project
(
':nexus'
).
projectDir
=
new
File
(
settingsDir
,
'/nexus/nexus'
)
include
':app'
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