Skip to content

Commit 6127c94

Browse files
committed
添加gradle/wrapper
1 parent ff43a5d commit 6127c94

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ out/
2525

2626
# Gradle files
2727
.gradle/
28-
gradle/
2928
build/
3029

3130
# Local configuration file (sdk path, etc)

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ android {
2323
dependencies {
2424
implementation fileTree(include: ['*.jar'], dir: 'libs')
2525
implementation 'com.android.support:appcompat-v7:28.0.0'
26+
implementation 'com.github.goweii:ActionBarEx:3.1.0'
2627
implementation project(':actionbarex')
2728
implementation project(':actionbarex-common')
2829
implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2'

gradle/wrapper/gradle-wrapper.jar

53.1 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Jul 08 15:52:29 CST 2019
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 commit comments

Comments
 (0)