Skip to content

Commit e6b1fc8

Browse files
修复导入错误
1 parent c238551 commit e6b1fc8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
maven { url 'https://jitpack.io' }
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:2.3.1'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files
1213
}

simple/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
2424
testCompile 'junit:junit:4.12'
2525
compile 'com.android.support:appcompat-v7:25.1.1'
26-
compile project(':stacklibrary')
2726
}

simple/simple.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,5 @@
9898
<orderEntry type="library" exported="" name="support-core-utils-25.1.1" level="project" />
9999
<orderEntry type="library" exported="" name="support-fragment-25.1.1" level="project" />
100100
<orderEntry type="library" exported="" name="animated-vector-drawable-25.1.1" level="project" />
101-
<orderEntry type="module" module-name="stacklibrary" exported="" />
102101
</component>
103102
</module>

stacklibrary/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23
// JitPack Maven
34
// Your Group
4-
group='com.github.Mr-wangyong'
5+
group='com.github.mrwang'
56

67
android {
78
compileSdkVersion 25

0 commit comments

Comments
 (0)