Build success in Android Studio

This commit is contained in:
bryan.xiang
2020-02-29 10:12:43 +08:00
parent 6591b1156b
commit 834774b0b3
7 changed files with 21 additions and 17 deletions

View File

@@ -37,3 +37,7 @@ android {
dependencies {
implementation "androidx.core:core:${ANDROID_X_VERSION}"
}
repositories {
google()
}