aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS10
-rw-r--r--settings.gradle4
2 files changed, 12 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 000000000..8820dafd2
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,10 @@
+* @AnySoftKeyboard/owners @AnySoftKeyboard/maintainers
+/LICENSE @AnySoftKeyboard/owners
+/.github @AnySoftKeyboard/owners
+/.github/CODEOWNERS @AnySoftKeyboard/owners
+/scripts @AnySoftKeyboard/owners
+/gradle @AnySoftKeyboard/owners @AnySoftKeyboard/maintainers
+/buildSrc @AnySoftKeyboard/owners @AnySoftKeyboard/maintainers
+/addons @AnySoftKeyboard/owners @AnySoftKeyboard/maintainers @AnySoftKeyboard/languagemaintainers
+/ime @AnySoftKeyboard/owners @AnySoftKeyboard/maintainers
+/api @AnySoftKeyboard/owners @AnySoftKeyboard/maintainers
diff --git a/settings.gradle b/settings.gradle
index 182911669..3c59bc904 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -49,14 +49,14 @@ include ':addons:languages:rusyn:pack', ':addons:languages:rusyn:apk'
include ':addons:languages:sinhala:pack', ':addons:languages:sinhala:apk'
//list of themes should be alphabetized-ordered
-include ':themes'
+include ':addons:themes'
include ':addons:themes:classic_pc:pack', ':addons:themes:classic_pc:apk'
include ':addons:themes:ics:pack', ':addons:themes:ics:apk'
include ':addons:themes:israel64:pack', ':addons:themes:israel64:apk'
include ':addons:themes:three_d:pack', ':addons:themes:three_d:apk'
//list of quick-text should be alphabetized-ordered
-include ':quicktexts'
+include ':addons:quicktexts'
include ':addons:quicktexts:bbcodes:pack', ':addons:quicktexts:bbcodes:apk'
include ':ime'