Skip to content

Commit a5b4565

Browse files
author
dongjunkun
committed
add qrCode
1 parent fbd5f2e commit a5b4565

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group='com.github.dongjunkun'
5-
4+
group = 'com.dongjunkun'
5+
version = '1.0.0'
66

77
android {
88
compileSdkVersion 23

library/library.iml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>
@@ -79,6 +79,7 @@
7979
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
8080
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
8181
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
82+
<excludeFolder url="file://$MODULE_DIR$/build/poms" />
8283
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
8384
</content>
8485
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />

0 commit comments

Comments
 (0)