File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
77
77
```
78
78
dependencies {
79
79
//请务必使用@aar结尾,以中断依赖传递
80
- implementation('com.github.limpoxe:Android-Plugin-Framework:0.0.72 @aar')
80
+ implementation('com.github.limpoxe:Android-Plugin-Framework:latest.release @aar')
81
81
//可选,用于支持插件全局函数式服务,不使用全局函数式服务不需要添加此依赖
82
82
//implementation('com.limpoxe.support:android-servicemanager:1.0.5@aar')
83
83
}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ android {
128
128
}
129
129
130
130
dependencies {
131
- // implementation('com.github.limpoxe:Android-Plugin-Framework:0.0.72 @aar')//通过后缀@aar来中断依赖传递
131
+ // implementation('com.github.limpoxe:Android-Plugin-Framework:latest.release @aar')//通过后缀@aar来中断依赖传递
132
132
implementation project(' :FairyPlugin' )
133
133
// optional
134
134
// compile('com.limpoxe.support:android-servicemanager:1.0.5@aar')
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ buildscript {
10
10
}
11
11
dependencies {
12
12
classpath " com.android.tools.build:gradle:${ GRADLE_PLUGIN_VERSION} "
13
- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
14
13
// NOTE: Do not place your application dependencies here; they belong
15
14
// in the individual module build.gradle files
16
15
You can’t perform that action at this time.
0 commit comments