diff options
Diffstat (limited to 'android-app/app/build.gradle')
| -rw-r--r-- | android-app/app/build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index 17d0ca5..0c1a012 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -71,9 +71,15 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation 'androidx.recyclerview:recyclerview:1.3.2' + // Markdown Rendering (Markwon) + implementation 'io.noties.markwon:core:4.6.2' + implementation 'io.noties.markwon:ext-tables:4.6.2' + implementation 'io.noties.markwon:image:4.6.2' + // Lifecycle / ViewModel / Coroutines implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' |
