Skip to content

Commit

Permalink
完善库迁移
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchong211 committed Mar 3, 2022
1 parent b824ac8 commit 16ab133
Show file tree
Hide file tree
Showing 9 changed files with 305 additions and 19 deletions.
2 changes: 2 additions & 0 deletions MonitorAliveLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'com.android.library'
}
apply from: rootProject.projectDir.absolutePath + "/app.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion project.ext.androidCompileSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions MonitorAnrLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'com.android.library'
}
apply from: rootProject.projectDir.absolutePath + "/app.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion project.ext.androidCompileSdkVersion
Expand Down
3 changes: 3 additions & 0 deletions MonitorCatonLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ plugins {
id 'com.android.library'
}
apply from: rootProject.projectDir.absolutePath + "/app.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion project.ext.androidCompileSdkVersion
Expand Down
3 changes: 3 additions & 0 deletions MonitorCrashLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
apply from: rootProject.projectDir.absolutePath + "/app.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion project.ext.androidCompileSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions MonitorFileLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'com.android.library'
}
apply from: rootProject.projectDir.absolutePath + "/app.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion project.ext.androidCompileSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions MonitorNetLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'com.android.library'
}
apply from: rootProject.projectDir.absolutePath + "/app.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion project.ext.androidCompileSdkVersion
Expand Down
306 changes: 288 additions & 18 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: rootProject.projectDir.absolutePath + "/app.gradle"

android {
compileSdkVersion project.ext.androidCompileSdkVersion
buildToolsVersion project.ext.androidBuildToolsVersion
//buildToolsVersion project.ext.androidBuildToolsVersion
defaultConfig {
applicationId "com.yc.ycandroidtool"
minSdkVersion project.ext.androidMinSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:3.2.1"
//jitpack
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down

0 comments on commit 16ab133

Please sign in to comment.