优化
This commit is contained in:
+1
-6
@@ -3,7 +3,6 @@ plugins {
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'kotlin-parcelize'
|
||||
id 'kotlin-kapt'
|
||||
id "de.timfreiheit.resourceplaceholders"
|
||||
//id "com.google.gms.google-services"
|
||||
}
|
||||
apply from: 'download.gradle'
|
||||
@@ -125,13 +124,9 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
resourcePlaceholders {
|
||||
files = ['xml/shortcuts.xml']
|
||||
}
|
||||
|
||||
dependencies {
|
||||
//noinspection GradleDependency,GradlePackageUpdate
|
||||
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:1.1.6')
|
||||
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:1.2.2')
|
||||
testImplementation('junit:junit:4.13.2')
|
||||
androidTestImplementation('androidx.test:runner:1.4.0')
|
||||
androidTestImplementation('androidx.test.espresso:espresso-core:3.4.0')
|
||||
|
||||
Reference in New Issue
Block a user