Skip to content

Commit

Permalink
将lib中的依赖变成compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale committed Apr 10, 2018
1 parent 78a5454 commit 119b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}

dependencies {
provided 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:appcompat-v7:27.1.1'
}

// build a jar with source files
Expand Down

0 comments on commit 119b898

Please sign in to comment.