Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Optimizing gradle code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed Dec 10, 2017
1 parent 8d7a192 commit 37a4e49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ dependencies {
implementation project(path: ':Hitogo')

//Support lib dependencies
implementation 'com.android.support:support-annotations:27.0.2'
implementation 'com.android.support:appcompat-v7:27.0.2'
}
1 change: 0 additions & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ dependencies {
testImplementation 'org.robolectric:robolectric:3.5.1'

//Support lib dependencies
implementation 'com.android.support:support-annotations:27.0.2'
implementation 'com.android.support:appcompat-v7:27.0.2'
}

0 comments on commit 37a4e49

Please sign in to comment.