blob: aceda63731db6432fcfed810891c2dc4ef447bad [file] [log] [blame]
Yigit Boyarb18b96e2016-10-25 13:54:51 -07001apply plugin: 'java'
2apply plugin: 'maven'
3
4sourceCompatibility = 1.7
5
6dependencies {
7 testCompile group: 'junit', name: 'junit', version: '4.12'
8 testCompile "org.mockito:mockito-core:1.9.5"
9 compile "com.android.support:support-annotations:25.0.0"
10}