Update build.gradle
This commit is contained in:
parent
03cb078bd9
commit
fb534ba665
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ ext {
|
|||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.appcompat:appcompat:1.6.1"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1" // JSON serialization for Kotlin
|
||||
implementation "org.jsoup:jsoup:1.16.1" // Jsoup for HTML parsing
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue