Skip to content

Commit 0fdbeb3

Browse files
committed
Update
1 parent 472b566 commit 0fdbeb3

File tree

9 files changed

+13
-163
lines changed

9 files changed

+13
-163
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bin/
2+
gen/
3+
libs/
4+
obj/
5+
.classpath
6+
.project
7+
.settings/
8+
examples/widget/assets/
9+
10+
# Generated by tools/update.sh
11+
build.xml
12+
local.properties

libs/armeabi/libcom_googlecode_android_scripting_Exec.so

100755100644
File mode changed.

project.properties

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

1010
# Project target.
11-
target=android-20
11+
target=android-19
1212
android.library.reference.1=../QBaselib
1313
android.library=true

res/drawable-hdpi/icon_back.png

-4.58 KB
Binary file not shown.

res/xml/.svn/all-wcprops

Lines changed: 0 additions & 11 deletions
This file was deleted.

res/xml/.svn/entries

Lines changed: 0 additions & 62 deletions
This file was deleted.

res/xml/.svn/prop-base/preferences.xml.svn-base

Lines changed: 0 additions & 5 deletions
This file was deleted.

res/xml/.svn/text-base/preferences.xml.svn-base

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/com/googlecode/android_scripting/ScriptStorageAdapter.java

100755100644
File mode changed.

0 commit comments

Comments
 (0)