Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
MOBILE-1129 releases: Specify min SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed Jul 23, 2015
1 parent a669320 commit e279d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_id" : "com.moodle.moodlemobile",
"versioncode" : "390",
"versioncode" : "391",
"versionname" : "1.15",
"cache_expiration_time" : 300000,
"default_lang" : "en",
Expand Down
4 changes: 3 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:gap = "http://phonegap.com/ns/1.0"
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "com.moodle.moodlemobile"
versionCode = "390"
versionCode = "391"
version = "1.15">
<name>Moodle Mobile</name>

Expand All @@ -19,6 +19,8 @@
<string>1.15</string>
</gap:config-file>

<preference name="android-minSdkVersion" value="5" />

<preference name="phonegap-version" value="3.6.3" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
Expand Down

3 comments on commit e279d6e

@sepidehamiri
Copy link

@sepidehamiri sepidehamiri commented on e279d6e May 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi
I need the runable complete source code of moodle mobile android application for my homework.
any body can help me?

@jleyva
Copy link
Collaborator Author

@jleyva jleyva commented on e279d6e May 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moodle Mobile is not a native Android app, is an hybrid app (html5) that is built using Phonegap build

@bprad
Copy link

@bprad bprad commented on e279d6e May 3, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.