Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 347c6dd

Browse files
committed
Fix minor bugs provoked for renaming some folders
1 parent 0fe3c5a commit 347c6dd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

demo/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
66
<classpathentry kind="src" path="src"/>
77
<classpathentry kind="src" path="gen"/>
8-
<classpathentry combineaccessrules="false" kind="src" path="/aFileDialog"/>
98
<classpathentry kind="output" path="bin/classes"/>
109
</classpath>

demo/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
# Project target.
1111
target=android-10
12-
android.library.reference.1=..\\Codigo
12+
android.library.reference.1=../library

library/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-8
11+
target=android-10
1212
android.library=true

0 commit comments

Comments
 (0)