Skip to content

Commit

Permalink
Remove useless dependencies reference
Browse files Browse the repository at this point in the history
There is no libs/ directory with local jar files.
  • Loading branch information
rom1v committed Jun 20, 2022
1 parent af4b785 commit 7f2f595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13.1'
}

Expand Down

0 comments on commit 7f2f595

Please sign in to comment.