added layout, view models, adapter and fragment

This commit is contained in:
M M Arif
2019-10-02 13:30:07 +05:00
parent d9337a24d3
commit 90dce6fff8
9 changed files with 506 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ android {
dependencies {
def lifecycle_version = "2.2.0-alpha05"
final def markwon_version = "4.1.1"
final def markwon_version = "4.1.1"
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'