Skip to content

Commit d0a0aad

Browse files
committed
Remove apply constants from module build.gradle, it's applied in the root build.gradle
Signed-off-by: Alex Saveau <[email protected]>
1 parent 81e93bf commit d0a0aad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'com.neenbedankt.android-apt'
3-
apply from: "../constants.gradle"
43
apply from: '../library/quality/quality.gradle'
54

65
android {

0 commit comments

Comments
 (0)