Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update version for jCenter publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Oct 22, 2019
1 parent 003e31c commit ba827a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Support Android 4.1 (API 16), iOS 8.0+ and WebKit 534.30+.
## For Windows
First of all, compiling or building Weex from Windows is not support officially.

You could [Git for Windows](https://git-scm.com/download/win) and run all the following commands in git-bash and give it a try.
You could install [Git for Windows](https://git-scm.com/download/win) and run all the following commands in git-bash.

Good Luck.

## Meet Weex

Expand Down
6 changes: 3 additions & 3 deletions android/sdk/buildSrc/jcenter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ bintray {
desc = description
vcsUrl = gitUrl
licenses = ["Apache-2.0"]
//publish = true
publish = true
version {
name = project.version
vcsTag = project.hasProperty('vcsTag') ? project.property('vcsTag') : project.version
name = project.weexVersion
vcsTag = project.hasProperty('vcsTag') ? project.property('vcsTag') : project.weexVersion
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def updateSubmodule(){
}
}

if (new File('../.git').exists()) {
updateSubmodule()
}
//if (new File('../.git').exists()) {
// updateSubmodule()
//}

include ":playground"
project(":playground").projectDir=new File("../weex-playground/android/playground")
Expand Down

0 comments on commit ba827a5

Please sign in to comment.