File tree 2 files changed +7
-5
lines changed
basiccomponent/refreshlibrary
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
-
2
+ apply plugin : ' com.github.dcendents.android-maven'
3
+ group= ' com.github.SelfZhangTQ'
3
4
android {
4
- compileSdkVersion 26
5
+ compileSdkVersion 27
5
6
defaultConfig {
6
7
minSdkVersion 15
7
- targetSdkVersion 26
8
+ targetSdkVersion 27
8
9
versionCode 1
9
10
versionName " 1.0"
10
11
@@ -23,5 +24,6 @@ android {
23
24
24
25
dependencies {
25
26
testImplementation ' junit:junit:4.12'
26
- api project(' :basiclibrary' )
27
+ implementation ' com.android.support:appcompat-v7:27.0.2'
28
+ implementation ' com.android.support:recyclerview-v7:27.0.2'
27
29
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
dependencies {
11
11
classpath ' com.android.tools.build:gradle:3.1.2'
12
-
12
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
15
15
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments