Skip to content

Commit 143a7bd

Browse files
committed
jitpack publish
1 parent 7901bb4 commit 143a7bd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
7777
```
7878
dependencies {
7979
//请务必使用@aar结尾,以中断依赖传递
80-
implementation('com.github.limpoxe:Android-Plugin-Framework:0.0.72@aar')
80+
implementation('com.github.limpoxe:Android-Plugin-Framework:latest.release@aar')
8181
//可选,用于支持插件全局函数式服务,不使用全局函数式服务不需要添加此依赖
8282
//implementation('com.limpoxe.support:android-servicemanager:1.0.5@aar')
8383
}

Samples/PluginMain/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ android {
128128
}
129129

130130
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来中断依赖传递
132132
implementation project(':FairyPlugin')
133133
//optional
134134
//compile('com.limpoxe.support:android-servicemanager:1.0.5@aar')

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath "com.android.tools.build:gradle:${GRADLE_PLUGIN_VERSION}"
13-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1413
// NOTE: Do not place your application dependencies here; they belong
1514
// in the individual module build.gradle files
1615

0 commit comments

Comments
 (0)