Commit 40117e50 authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Upgrade Bugsense to 2.0.8.

Change-Id: Idfb5b28cc294776653fc304170c044fe0f101a93
parent 78f6e0c7
......@@ -128,7 +128,7 @@
</copy>
<copy toFile="${classes.files.dir}/YailGenerator.jar" file="${local.build.dir}/YailGenerator.jar" />
<copy toFile="${classes.files.dir}/kawa.jar" file="${lib.dir}/kawa/kawa-1.11-modified.jar" />
<copy toFile="${classes.files.dir}/bugsense3.0.5.jar" file="${lib.dir}/bugsense/bugsense3.0.5.jar" />
<copy toFile="${classes.files.dir}/bugsense3.0.8.jar" file="${lib.dir}/bugsense/bugsense3.0.8.jar" />
<copy toFile="${classes.files.dir}/twitter4j.jar" file="${lib.dir}/twitter/twitter4j-core-android-2.2.6.jar" />
<copy toFile="${classes.files.dir}/fusiontables.jar" file="${lib.dir}/fusiontables/fusiontables.jar" />
<copy toFile="${classes.files.dir}/google-api-client-beta.jar" file="${lib.dir}/oauth/google-api-client-1.10.3-beta.jar" />
......
......@@ -95,7 +95,7 @@ public final class Compiler {
private static final String KAWA_RUNTIME =
RUNTIME_FILES_DIR + "kawa.jar";
private static final String BUGSENSE_RUNTIME =
RUNTIME_FILES_DIR + "bugsense3.0.5.jar";
RUNTIME_FILES_DIR + "bugsense3.0.8.jar";
private static final String DX_JAR =
RUNTIME_FILES_DIR + "dx.jar";
......
......@@ -118,7 +118,7 @@
<pathelement location="${public.build.dir}/CommonConstants.jar" />
<pathelement location="${lib.dir}/android/2.2/android.jar" />
<pathelement location="${lib.dir}/kawa/kawa-1.11-modified.jar" />
<pathelement location="${lib.dir}/bugsense/bugsense3.0.5.jar" />
<pathelement location="${lib.dir}/bugsense/bugsense3.0.8.jar" />
<pathelement location="${lib.dir}/twitter/twitter4j-core-android-2.2.6.jar" />
<pathelement location="${lib.dir}/fusiontables/fusiontables.jar" />
<pathelement location="${lib.dir}/oauth/google-api-client-1.10.3-beta.jar" />
......@@ -149,7 +149,7 @@
<pathelement location="${lib.dir}/junit/junit-4.8.2.jar" />
<pathelement location="${lib.dir}/junit4/tl4j-junit4-1.1.3.jar" />
<pathelement location="${lib.dir}/kawa/kawa-1.11-modified.jar" />
<pathelement location="${lib.dir}/bugsense/bugsense3.0.5.jar" />
<pathelement location="${lib.dir}/bugsense/bugsense3.0.8.jar" />
<pathelement location="${lib.dir}/powermock/cglib-nodep-2.2.jar" />
<pathelement location="${lib.dir}/powermock/easymock-3.0.jar" />
<pathelement location="${lib.dir}/powermock/javassist-3.15.0-GA.jar" />
......@@ -214,7 +214,7 @@
<pathelement location="${lib.dir}/android/2.2/android.jar" />
<pathelement location="${lib.dir}/guava/guava-11.0.1.jar" />
<pathelement location="${lib.dir}/kawa/kawa-1.11-modified.jar" />
<pathelement location="${lib.dir}/bugsense/bugsense3.0.5.jar" />
<pathelement location="${lib.dir}/bugsense/bugsense3.0.8.jar" />
<pathelement location="${lib.dir}/twitter/twitter4j-core-android-2.2.6.jar" />
<pathelement location="${lib.dir}/fusiontables/fusiontables.jar" />
<pathelement location="${lib.dir}/oauth/google-api-client-1.10.3-beta.jar" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment