remove littleproxy reference (for now!)
This commit is contained in:
parent
7c3a16f86f
commit
ebc046e92d
|
@ -20,7 +20,6 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:23.+'
|
compile 'com.android.support:appcompat-v7:23.+'
|
||||||
// compile group: 'org.littleshoot', name: 'littleproxy', version: '1.1.0-beta1'
|
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue