From cb4b982a21078937c9ba07c9798a4e18c7aff72e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Dec 2020 19:12:11 +0800 Subject: [PATCH] fix bug --- .idea/codeStyles/Project.xml | 15 +++------------ app/build.gradle | 2 -- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 0d156937bb..663459aa50 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -3,18 +3,9 @@ - diff --git a/app/build.gradle b/app/build.gradle index 9c89576a82..ee70684cd8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.application' apply plugin: 'com.alibaba.arouter' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' -apply plugin: 'android-aspectjx' android { compileSdkVersion rootProject.ext.android.compileSdkVersion @@ -463,7 +462,6 @@ dependencies { implementation rootProject.ext.dependencies.mogologlib compileOnly rootProject.ext.dependencies.adasapi compileOnly rootProject.ext.dependencies.adasconfigapi - implementation rootProject.ext.dependencies.aspectj if (Boolean.valueOf(RELEASE)) { implementation rootProject.ext.dependencies.mogocommons