Skip to content

Commit

Permalink
修复导入错误
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chengwangyong committed Apr 22, 2017
1 parent c238551 commit e6b1fc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
buildscript {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
1 change: 0 additions & 1 deletion simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.1.1'
compile project(':stacklibrary')
}
1 change: 0 additions & 1 deletion simple/simple.iml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,5 @@
<orderEntry type="library" exported="" name="support-core-utils-25.1.1" level="project" />
<orderEntry type="library" exported="" name="support-fragment-25.1.1" level="project" />
<orderEntry type="library" exported="" name="animated-vector-drawable-25.1.1" level="project" />
<orderEntry type="module" module-name="stacklibrary" exported="" />
</component>
</module>
3 changes: 2 additions & 1 deletion stacklibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
// JitPack Maven
// Your Group
group='com.github.Mr-wangyong'
group='com.github.mrwang'

android {
compileSdkVersion 25
Expand Down

0 comments on commit e6b1fc8

Please sign in to comment.