Merge "commons" into the project root directory

This commit is contained in:
Yusuke Matsubara 2016-07-02 16:20:43 +09:00
parent d42db0612e
commit b4231bbfdc
324 changed files with 22 additions and 23 deletions

3
app/proguard-rules.txt Normal file
View file

@ -0,0 +1,3 @@
-dontobfuscate
-keep class org.apache.http.** { *; }
-dontwarn org.apache.http.**