[2.15.0] remove release gradle

This commit is contained in:
zhongchao
2023-03-22 21:16:56 +08:00
parent 7a878ac85c
commit 3377144347
6 changed files with 27 additions and 65 deletions

View File

@@ -45,14 +45,9 @@ dependencies {
implementation rootProject.ext.dependencies.android_start_up
implementation rootProject.ext.dependencies.thread_opt
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
implementation rootProject.ext.dependencies.mogo_core_function_call
implementation rootProject.ext.dependencies.crashreport
} else {
implementation project(':core:mogo-core-function-call')
implementation project(":test:crashreport")
}
implementation project(':core:mogo-core-function-call')
implementation project(":test:crashreport")
implementation project(':foudations:mogo-commons')
}