Update build.gradle.kts

This commit is contained in:
MNCHL 2023-12-25 13:07:36 +08:00 committed by GitHub
parent d8f50935fe
commit d7d4e17758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,6 +208,8 @@ ktlint {
}
dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.1")
implementation("org.json:json:20210307")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.recyclerview:recyclerview:1.3.1")