Skip to content

Commit

Permalink
jitpack publish
Browse files Browse the repository at this point in the history
  • Loading branch information
limpoxe committed Dec 26, 2021
1 parent 7901bb4 commit 143a7bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Android-Plugin-Framework是一个Android插件化框架,用于通过动态加
```
dependencies {
//请务必使用@aar结尾,以中断依赖传递
implementation('com.github.limpoxe:Android-Plugin-Framework:0.0.72@aar')
implementation('com.github.limpoxe:Android-Plugin-Framework:latest.release@aar')
//可选,用于支持插件全局函数式服务,不使用全局函数式服务不需要添加此依赖
//implementation('com.limpoxe.support:android-servicemanager:1.0.5@aar')
}
Expand Down
2 changes: 1 addition & 1 deletion Samples/PluginMain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ android {
}

dependencies {
//implementation('com.github.limpoxe:Android-Plugin-Framework:0.0.72@aar')//通过后缀@aar来中断依赖传递
//implementation('com.github.limpoxe:Android-Plugin-Framework:latest.release@aar')//通过后缀@aar来中断依赖传递
implementation project(':FairyPlugin')
//optional
//compile('com.limpoxe.support:android-servicemanager:1.0.5@aar')
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:${GRADLE_PLUGIN_VERSION}"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

Expand Down

0 comments on commit 143a7bd

Please sign in to comment.