Skip to content

Commit

Permalink
添加gradle/wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacuiz committed Jul 9, 2019
1 parent ff43a5d commit 6127c94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ out/

# Gradle files
.gradle/
gradle/
build/

# Local configuration file (sdk path, etc)
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.github.goweii:ActionBarEx:3.1.0'
implementation project(':actionbarex')
implementation project(':actionbarex-common')
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'
Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Mon Jul 08 15:52:29 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit 6127c94

Please sign in to comment.