We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b0960 commit 3632363Copy full SHA for 3632363
2 files changed
.classpath
@@ -3,5 +3,7 @@
3
<classpathentry kind="src" path="src"/>
4
<classpathentry kind="src" path="gen"/>
5
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6
+ <classpathentry kind="lib" path="commons-codec.jar"/>
7
+ <classpathentry kind="lib" path="guava-r09.jar"/>
8
<classpathentry kind="output" path="bin"/>
9
</classpath>
default.properties
@@ -8,4 +8,4 @@
# project structure.
10
# Project target.
11
-target=android-7
+target=android-8
0 commit comments