Skip to content

Commit

Permalink
Change module name to kreference
Browse files Browse the repository at this point in the history
  • Loading branch information
VerachadW committed Sep 24, 2015
1 parent 2086644 commit f4a93c8
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 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.

File renamed without changes.
2 changes: 1 addition & 1 deletion lib/build.gradle → kreference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/VerachadW/Kreference'
gitUrl = 'https://github.com/VerachadW/Kreference.git'

libraryVersion = '0.2.0'
libraryVersion = '0.2.1'

developerId = 'verachadw'
developerName = 'Verachad Wongsawangtham'
Expand Down
4 changes: 2 additions & 2 deletions lib/lib.iml → kreference/kreference.iml
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=":lib" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.verachadw" external.system.module.version="0.2.0" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":kreference" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.verachadw" external.system.module.version="0.2.1" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":lib" />
<option name="GRADLE_PROJECT_PATH" value=":kreference" />
</configuration>
</facet>
<facet type="android" name="Android">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies {
compile "com.android.support:appcompat-v7:$android_lib_version"
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

compile project(":lib")
compile project(":kreference")
}
2 changes: 1 addition & 1 deletion sample/sample.iml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
<orderEntry type="library" exported="" name="kotlin-stdlib-0.13.1514" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.1" level="project" />
<orderEntry type="module" module-name="lib" exported="" />
<orderEntry type="module" module-name="kreference" exported="" />
</component>
</module>
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':sample', ':lib'
include ':sample', ':kreference'

0 comments on commit f4a93c8

Please sign in to comment.