Archived
0

Interfaces fix

This commit is contained in:
Forwolk
2018-07-26 08:56:00 +03:00
parent e22b32b9fb
commit 0da566acb0
7 changed files with 60 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
group 'mc'
version '1.0-SNAPSHOT'
dependencies {
compile_excludeCopy project(':core')
testCompile group: 'junit', name: 'junit', version: '4.12'
}