plugins {id 'com.android.library'}dependencies {implementation project(':arouter-annotation')implementation project(':arouter-api')annotationProcessor project(':arouter-compiler')implementation project(':module-java-export')implementation "androidx.appcompat:appcompat:${ANDROIDX_APPCOMPAT_LIB_VERSION}"implementation 'com.alibaba:fastjson:1.2.83'}android {namespace 'com.alibaba.android.arouter.demo.module1'compileSdk Integer.parseInt(COMPILE_SDK_VERSION)defaultConfig {minSdk Integer.parseInt(MIN_SDK_VERSION)targetSdk Integer.parseInt(TARGET_SDK_VERSION)javaCompileOptions {annotationProcessorOptions {arguments = [AROUTER_MODULE_NAME: project.getName(), AROUTER_GENERATE_DOC: "enable"]}}}compileOptions {sourceCompatibility JavaVersion.VERSION_1_8targetCompatibility JavaVersion.VERSION_1_8}buildTypes {release {minifyEnabled falseproguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'}}lintOptions {abortOnError false}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。