Skip to content

Commit d5c2475

Browse files
committed
add library
add library
1 parent abc8a11 commit d5c2475

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

basiccomponent/refreshlibrary/build.gradle

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
apply plugin: 'com.android.library'
2-
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='com.github.SelfZhangTQ'
34
android {
4-
compileSdkVersion 26
5+
compileSdkVersion 27
56
defaultConfig {
67
minSdkVersion 15
7-
targetSdkVersion 26
8+
targetSdkVersion 27
89
versionCode 1
910
versionName "1.0"
1011

@@ -23,5 +24,6 @@ android {
2324

2425
dependencies {
2526
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'
2729
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.1.2'
12-
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1313

1414
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files

0 commit comments

Comments
 (0)