add posts

This commit is contained in:
2022-08-18 18:59:05 +06:00
parent b32b3e7c38
commit 9502accf65
19 changed files with 234 additions and 33 deletions

View File

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