Skip to content

Commit e49438a

Browse files
committed
ANDROID: use common graphics
1 parent f04354f commit e49438a

File tree

12 files changed

+60
-431
lines changed

12 files changed

+60
-431
lines changed

ide/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.sourceforge.smallbasic"
44
android:installLocation="preferExternal"
5-
android:versionCode="8"
5+
android:versionCode="9"
66
android:versionName="0.11.7">
77
<!-- This is the platform API where NativeActivity was introduced. -->
88
<uses-sdk android:minSdkVersion="9" />

src/platform/android/jni/Android.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SmallBASIC
2-
# Copyright(C) 2001-2013 Chris Warren-Smith.
2+
# Copyright(C) 2001-2014 Chris Warren-Smith.
33
#
44
# This program is distributed under the terms of the GPL v2.0 or later
55
# Download the GNU Public License (GPL) from www.gnu.org
@@ -40,6 +40,7 @@ LOCAL_SRC_FILES := main.cpp \
4040
../../common/ansiwidget.cpp \
4141
../../common/form_ui.cpp \
4242
../../common/StringLib.cpp \
43+
../../common/graphics.cpp \
4344
../../common/system.cpp
4445
LOCAL_LDLIBS := -llog -landroid -ljnigraphics
4546
LOCAL_STATIC_LIBRARIES := sb_common png freetype android_native_app_glue

0 commit comments

Comments
 (0)