41 productFlavors { |
41 productFlavors { |
42 } |
42 } |
43 } |
43 } |
44 |
44 |
45 dependencies { |
45 dependencies { |
46 compile 'junit:junit:4.+' |
46 androidTestCompile 'junit:junit:4.+' |
47 compile 'com.android.support:support-v4:19.1.0' |
47 compile 'com.android.support:support-v4:19.1.0' |
48 compile 'backport-util-concurrent:backport-util-concurrent:3.1' |
48 compile 'backport-util-concurrent:backport-util-concurrent:3.1' |
49 compile 'org.apache.commons:commons-lang3:3.2' |
49 compile 'org.apache.commons:commons-lang3:3.2' |
50 compile files('libs/commons-codec-1.10.jar') |
50 compile files('libs/commons-codec-1.10.jar') |
51 compile files('libs/commons-logging-1.2.jar') |
51 compile files('libs/commons-logging-1.2.jar') |