Skip to content

Commit

Permalink
添加fastadapter_annotation.jar
Browse files Browse the repository at this point in the history
添加fastadapter_annotation.jar
  • Loading branch information
[email protected] committed Jul 31, 2018
1 parent ddeb8a6 commit 8f87b6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions fastadapter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.aizuzi'
group = 'com.github.aizuzi'

android {
compileSdkVersion 27



defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true
android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath =
true
}

buildTypes {
Expand All @@ -26,9 +25,9 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:recyclerview-v7:27.1.1'
api project(':fastadapter_annotation')
// api project(':fastadapter_annotation')

testImplementation 'junit:junit:4.12'
}
Expand Down
Binary file added fastadapter/libs/fastadapter_annotation.jar
Binary file not shown.

0 comments on commit 8f87b6f

Please sign in to comment.