Skip to content

Commit

Permalink
v 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-soni committed Sep 10, 2015
1 parent c0b18e0 commit 8b0b398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chat-message-view/build.gradle
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/himanshu-soni/ChatMessageView'
gitUrl = 'https://github.com/himanshu-soni/ChatMessageView.git'

libraryVersion = '1.0.1'
libraryVersion = '1.0.2'

developerId = 'himanshu-soni'
developerName = 'Himanshu Soni'
Expand All @@ -34,8 +34,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion chat-message-view/chat-message-view.iml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":chat-message-view" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="me.himanshusoni.chatmessageview" external.system.module.version="1.0.1" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":chat-message-view" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="me.himanshusoni.chatmessageview" external.system.module.version="1.0.2" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down

0 comments on commit 8b0b398

Please sign in to comment.