Update build.gradle.kts

This commit is contained in:
MNCHL 2023-12-03 15:19:16 +08:00 committed by GitHub
parent 62ba869e4a
commit f186fe5ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ plugins {
}
dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.0';
implementation 'com.google.android.play:core:1.10.0';
implementation("com.squareup.okhttp3:okhttp:4.9.0")
implementation("com.google.android.play:core:1.10.0")
}
/**