Skip to content

Commit

Permalink
Change module name & path
Browse files Browse the repository at this point in the history
  • Loading branch information
first087 committed Jun 16, 2015
1 parent 8c56c68 commit 4814701
Show file tree
Hide file tree
Showing 37 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion license-fragment-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile project(':license-fragment')
compile project(':license-fragment-support-v4')
}
2 changes: 1 addition & 1 deletion license-fragment-example/license-fragment-example.iml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
<orderEntry type="module" module-name="license-fragment" exported="" />
<orderEntry type="module" module-name="license-fragment-support-v4" exported="" />
</component>
</module>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":license-fragment" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.artit-k" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":license-fragment-support-v4" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.artit-k" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":license-fragment" />
<option name="GRADLE_PROJECT_PATH" value=":license-fragment-support-v4" />
</configuration>
</facet>
<facet type="android" name="Android">
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':license-fragment', ':license-fragment-example'
include ':license-fragment-support-v4', ':license-fragment-example'

0 comments on commit 4814701

Please sign in to comment.