Update build.gradle.kts

This commit is contained in:
MNCHL 2023-12-03 14:52:59 +08:00 committed by GitHub
parent 36b5836099
commit 4d086a9d72
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';
}
/**