Skip to content

Commit

Permalink
Fix problem with api->implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Baránek committed Jan 2, 2019
1 parent 72038d9 commit 249a723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}

dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.2'
//mockito dependencies
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 249a723

Please sign in to comment.