File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
4
- group= ' com.github .dongjunkun'
5
-
4
+ group = ' com.dongjunkun'
5
+ version = ' 1.0.0 '
6
6
7
7
android {
8
8
compileSdkVersion 23
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <module external.linked.project.id=" :library" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" com.github. dongjunkun" external.system.module.version=" unspecified " type =" JAVA_MODULE" version =" 4" >
2
+ <module external.linked.project.id=" :library" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" com.dongjunkun" external.system.module.version=" 1.0.0 " type =" JAVA_MODULE" version =" 4" >
3
3
<component name =" FacetManager" >
4
4
<facet type =" android-gradle" name =" Android-Gradle" >
5
5
<configuration >
79
79
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
80
80
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/transforms" />
81
81
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
82
+ <excludeFolder url =" file://$MODULE_DIR$/build/poms" />
82
83
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
83
84
</content >
84
85
<orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
You can’t perform that action at this time.
0 commit comments