rusefi-1/android/dependencies.gradle

4 lines
111 B
Groovy
Raw Normal View History

2020-07-12 20:45:40 -07:00
ext.libs = [
2020-07-12 20:51:54 -07:00
junit : "junit:junit:4.13",
annotations: "org.jetbrains:annotations:16.0.1"
2020-07-12 20:45:40 -07:00
]