Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Update FlightDeck to include SDK 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KWierso committed Jan 23, 2013
1 parent 0477136 commit 2bb07b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@
[submodule "lib/addon-sdk-1.12"]
path = lib/addon-sdk-1.12
url = git://github.com/mozilla/addon-sdk.git
[submodule "lib/addon-sdk-1.13"]
path = lib/addon-sdk-1.13
url = git://github.com/mozilla/addon-sdk.git
1 change: 1 addition & 0 deletions lib/addon-sdk-1.13
Submodule addon-sdk-1.13 added at c19072
4 changes: 2 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@

# The lowest approved SDK available for add-ons
DISABLED_SDKS = ('1.4', '1.4.1', '1.4.1-w-1', '1.4.2')
LOWEST_APPROVED_SDK = "1.12"
TEST_SDK = 'addon-sdk-1.12'
LOWEST_APPROVED_SDK = "1.13"
TEST_SDK = 'addon-sdk-1.13'
TEST_AMO_USERNAME = None
TEST_AMO_PASSWORD = None
AUTH_DATABASE = None
Expand Down

0 comments on commit 2bb07b9

Please sign in to comment.