Skip to content

Commit

Permalink
build(build.gradle): api
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Apr 26, 2021
1 parent e9544f7 commit 40c9fbe
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,23 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
api fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'androidx.appcompat:appcompat:1.0.0'
compile 'com.google.android.material:material:1.0.0'
api 'androidx.appcompat:appcompat:1.0.0'
api 'com.google.android.material:material:1.0.0'
// compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
testCompile 'junit:junit:4.12'
compile project(':agentweb-core')
compile project(':agentweb-filechooser')
testImplementation 'junit:junit:4.12'
implementation 'com.github.Justson:Downloader:v4.1.9'
api project(':agentweb-core')
api project(':agentweb-filechooser')
// implementation 'com.github.Justson:Downloader:v4.1.9'
// implementation 'com.github.Justson.AgentWeb:agentweb-core:v4.1.9'
// implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v4.1.9'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
// compile files('libs/alipaysdk-20170922.jar')
implementation 'us.feras.mdv:markdownview:1.1.0'
implementation 'com.lcodecorex:tkrefreshlayout:1.0.7'
Expand Down

0 comments on commit 40c9fbe

Please sign in to comment.