remove littleproxy reference (for now!)

This commit is contained in:
Nathan Freitas 2016-09-25 19:10:38 -04:00
parent 7c3a16f86f
commit ebc046e92d
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ android {
dependencies {
compile 'com.android.support:appcompat-v7:23.+'
// compile group: 'org.littleshoot', name: 'littleproxy', version: '1.1.0-beta1'
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
}