Skip to content

Commit

Permalink
启动优化
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchong211 committed Mar 31, 2022
1 parent 641fdfa commit a039bb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AptHelper/ServiceLoaderApi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
implementation project(':ServiceLoaderAnnotations')
implementation project(':ServiceLoaderRegistry')
compileOnly project(':ServiceLoaderRegistry')
}
2 changes: 1 addition & 1 deletion AptHelper/ServiceLoaderRegistry/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'
//apply plugin: 'com.github.dcendents.android-maven'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//设置app空壳始终是application模式
apply plugin: 'com.android.application'
//apply plugin: 'com.yc.spi.loader'
apply plugin: 'com.yc.spi.loader'

android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
//jitpack
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
//自定义插件
classpath 'com.github.yangchong211.YCAppTool:ServiceLoaderPlugin:1.4.2.6'
classpath 'com.github.yangchong211.YCAppTool:ServiceLoaderPlugin:1.4.2.7'
}
}

Expand Down

0 comments on commit a039bb7

Please sign in to comment.