7 lines
178 B
Groovy
7 lines
178 B
Groovy
|
|
dependencies {
|
|
implementation project(path: ':bytearray')
|
|
implementation project(path: ':math')
|
|
implementation "androidx.annotation:annotation:$annotationVersion"
|
|
|
|
} |