We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e1bea commit f21a53dCopy full SHA for f21a53d
2 files changed
arouter-api/build.gradle
@@ -39,7 +39,7 @@ android {
39
}
40
41
dependencies {
42
- annotationProcessor 'com.alibaba:arouter-compiler:1.2.0'
+ annotationProcessor 'com.alibaba:arouter-compiler:1.5.1'
43
api 'com.alibaba:arouter-annotation:1.0.6'
44
implementation "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
45
gradle.properties
@@ -24,7 +24,7 @@ SUPPORT_LIB_VERSION=28.0.0
24
MIN_SDK_VERSION=14
25
TARGET_SDK_VERSION=28
26
27
-arouter_main_version=1.5.0
+arouter_main_version=1.5.1
28
arouter_annotation_version=1.0.6
29
arouter_register_version=1.0.2
30
arouter_idea_plugin_version=1.0.0
0 commit comments