Update build.gradle

This commit is contained in:
Alexey Gulev 2023-09-30 15:48:47 +02:00 committed by GitHub
parent 89de4ccd59
commit d58f5ec46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
dependencies { repositories {
compile 'androidx.core:core:1.2.0' mavenCentral()
}
dependencies {
implementation 'androidx.core:core:1.2.0'
} }