File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 gradle /
1212 * .apk
1313bin /
14- gen /
14+ gen /
15+ .gradle /
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11/build
2+ .idea /
3+ gradle /
4+ .gradle /
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
23group= ' com.github.LillteZheng'
34android {
45 compileSdkVersion 27
You can’t perform that action at this time.
0 commit comments