Skip to content

Commit b7831c9

Browse files
committed
....
1 parent e68b92c commit b7831c9

5 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
gradle/
1212
*.apk
1313
bin/
14-
gen/
14+
gen/
15+
.gradle/

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testCompile 'junit:junit:4.12'
3434
//调试的时候,可以使用这种加载 module的方式
3535
compile project(':viewpagerlib')
36-
//implementation 'com.github.LillteZheng:ViewPagerHelper:v1.0'
36+
//implementation 'com.github.LillteZheng:ViewPagerHelper:v1.1'
3737
implementation 'com.android.support:recyclerview-v7:27.1.1'
3838
implementation 'com.android.support:cardview-v7:27.1.1'
3939

@@ -47,4 +47,5 @@ dependencies {
4747

4848
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
4949
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
50+
5051
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.0.0'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files
1213
}

viewpagerlib/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/build
2+
.idea/
3+
gradle/
4+
.gradle/

viewpagerlib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23
group='com.github.LillteZheng'
34
android {
45
compileSdkVersion 27

0 commit comments

Comments
 (0)