Modularise project
This commit is contained in:
parent
2be3825438
commit
4416d55173
55 changed files with 388 additions and 331 deletions
11
Common/build.gradle
Normal file
11
Common/build.gradle
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
group = rootProject.group + '.common'
|
||||
version = rootProject.version
|
||||
archivesBaseName = rootProject.name + '-Common'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.google.code.gson:gson:2.8.6'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue