build.gradle

changeset 30
842945e5b782
parent 17
b9ad6f933bc9
equal deleted inserted replaced
3:795e4f52f472 8:d7002322eb09
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')

mercurial