Restore Google Guava - oauth has a dependency on it that wasn't caught previously

pull/14/head
Tim Su 14 years ago
parent 31e7bf3055
commit bcb47384e3

@ -29,5 +29,6 @@
<classpathentry kind="lib" path="libs/crittercism_v1_2_5.jar"/> <classpathentry kind="lib" path="libs/crittercism_v1_2_5.jar"/>
<classpathentry kind="lib" path="libs/jchronic-0.2.3.jar"/> <classpathentry kind="lib" path="libs/jchronic-0.2.3.jar"/>
<classpathentry kind="lib" path="libs/android-support-v4.jar"/> <classpathentry kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry kind="lib" path="libs/guava-11.0.1.jar"/>
<classpathentry kind="output" path="bin/classes"/> <classpathentry kind="output" path="bin/classes"/>
</classpath> </classpath>

@ -54,7 +54,7 @@
<!-- extension targets. Uncomment the ones where you want to do custom work <!-- extension targets. Uncomment the ones where you want to do custom work
in between standard targets --> in between standard targets -->
<target name="-pre-build" depends="get-version, copy-sources, updatekeys, updatekeys-release, disable-market"> <target name="-pre-build" depends="clean, get-version, copy-sources, updatekeys, updatekeys-release, disable-market">
<mkdir dir="gen" /> <mkdir dir="gen" />
</target> </target>

Binary file not shown.

@ -10,6 +10,7 @@
-keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable -keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable
-keep, allowshrinking, allowoptimization class com.todoroo.** -keep, allowshrinking, allowoptimization class com.todoroo.**
-keep class com.mdimension.** -keep class com.mdimension.**
-keep class com.google.common.base.**
# ignore reflection-based access from google libraries # ignore reflection-based access from google libraries
-dontwarn com.google.** -dontwarn com.google.**

Loading…
Cancel
Save