Fix project reference in task

This commit is contained in:
andrew
2023-08-15 18:42:49 +09:30
parent b09b6836d4
commit 7c8882e1f3
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
classpath files('libs/gradle-witness.jar')
classpath "com.squareup:javapoet:1.13.0"
classpath "com.google.dagger:hilt-android-gradle-plugin:$daggerVersion"
if (project.hasProperty('huawei')) classpath 'com.huawei.agconnect:agcp:1.6.0.300'
if (project.hasProperty('huawei')) classpath 'com.huawei.agconnect:agcp:1.9.1.300'
}
}