improvements

This commit is contained in:
2022-08-20 00:24:00 +06:00
parent b1eed5ca1c
commit 36bedff5f3
12 changed files with 263 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
rootProject.name = 'plaguposter'
String[] includes = [
":posts"
":posts",
":posts_registrar"
]