Skip to content

Commit

Permalink
升级gradle,使用android自定义view组件--杜乾
Browse files Browse the repository at this point in the history
  • Loading branch information
duqian291902259 committed Oct 19, 2018
1 parent f7605e6 commit eff6609
Show file tree
Hide file tree
Showing 27 changed files with 213 additions and 179 deletions.
2 changes: 1 addition & 1 deletion weex-android-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions weex-android-demo/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Aug 04 11:40:58 CST 2018
#Thu Oct 18 15:59:01 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
8 changes: 4 additions & 4 deletions weex-demo/dist/guide.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions weex-demo/dist/hello.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions weex-demo/dist/home.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions weex-demo/dist/index.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions weex-demo/dist/myview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eff6609

Please sign in to comment.