Skip to content

Commit

Permalink
add API:getCurrentCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
KingJA committed Dec 31, 2017
1 parent ed2ab90 commit 25eb053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
})
testCompile 'junit:junit:4.12'
compile project(':loadsir')
// compile 'com.kingja.loadsir:loadsir:1.3.2'
// compile 'com.kingja.loadsir:loadsir:1.3.5'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
/*ButterKnife*/
Expand Down
4 changes: 1 addition & 3 deletions loadsir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "com.android.support:support-annotations:$rootProject.ext.supportVersion"
}


}

0 comments on commit 25eb053

Please sign in to comment.