Move dagger.gradle to project root.

This commit is contained in:
akwizgran
2018-11-01 14:05:46 +00:00
parent db8796049e
commit f6c8a8cec7
4 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ targetCompatibility = 1.8
apply plugin: 'idea'
apply plugin: 'witness'
apply from: 'witness.gradle'
apply from: '../gradle/dagger.gradle'
apply from: '../dagger.gradle'
configurations {
tor