fix: build ứng dụng trên android và có thể đăng nhập bằng Google Oauth

This commit is contained in:
2026-06-27 10:39:22 +07:00
parent d8bbb22dbd
commit ee42bfcefa
47 changed files with 5149 additions and 124 deletions
+9
View File
@@ -24,6 +24,15 @@ allprojects {
}
}
subprojects {
configurations.all {
resolutionStrategy {
force "androidx.core:core-ktx:${rootProject.ext.androidxCoreVersion}"
force "androidx.core:core:${rootProject.ext.androidxCoreVersion}"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}