File tree Expand file tree Collapse file tree 9 files changed +305
-19
lines changed
Expand file tree Collapse file tree 9 files changed +305
-19
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ plugins {
22 id ' com.android.library'
33}
44apply from : rootProject. projectDir. absolutePath + " /app.gradle"
5+ // 迁移到jitpack
6+ apply plugin : ' com.github.dcendents.android-maven'
57
68android {
79 compileSdkVersion project. ext. androidCompileSdkVersion
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ plugins {
22 id ' com.android.library'
33}
44apply from : rootProject. projectDir. absolutePath + " /app.gradle"
5+ // 迁移到jitpack
6+ apply plugin : ' com.github.dcendents.android-maven'
57
68android {
79 compileSdkVersion project. ext. androidCompileSdkVersion
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ plugins {
22 id ' com.android.library'
33}
44apply from : rootProject. projectDir. absolutePath + " /app.gradle"
5+ // 迁移到jitpack
6+ apply plugin : ' com.github.dcendents.android-maven'
7+
58
69android {
710 compileSdkVersion project. ext. androidCompileSdkVersion
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply from : rootProject. projectDir. absolutePath + " /app.gradle"
3+ // 迁移到jitpack
4+ apply plugin : ' com.github.dcendents.android-maven'
5+
36
47android {
58 compileSdkVersion project. ext. androidCompileSdkVersion
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ plugins {
22 id ' com.android.library'
33}
44apply from : rootProject. projectDir. absolutePath + " /app.gradle"
5+ // 迁移到jitpack
6+ apply plugin : ' com.github.dcendents.android-maven'
57
68android {
79 compileSdkVersion project. ext. androidCompileSdkVersion
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ plugins {
22 id ' com.android.library'
33}
44apply from : rootProject. projectDir. absolutePath + " /app.gradle"
5+ // 迁移到jitpack
6+ apply plugin : ' com.github.dcendents.android-maven'
57
68android {
79 compileSdkVersion project. ext. androidCompileSdkVersion
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: rootProject.projectDir.absolutePath + "/app.gradle"
33
44android {
55 compileSdkVersion project. ext. androidCompileSdkVersion
6- buildToolsVersion project. ext. androidBuildToolsVersion
6+ // buildToolsVersion project.ext.androidBuildToolsVersion
77 defaultConfig {
88 applicationId " com.yc.ycandroidtool"
99 minSdkVersion project. ext. androidMinSdkVersion
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ buildscript {
77 }
88 dependencies {
99 classpath " com.android.tools.build:gradle:3.2.1"
10+ // jitpack
11+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1012 }
1113}
1214
You can’t perform that action at this time.
0 commit comments