Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdao committed Feb 10, 2015
1 parent 589036d commit 4fff285
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use in your project, reference the child library project as a library. If you
<dependency>
<groupId>com.roomorama</groupId>
<artifactId>caldroid</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion caldroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:21.+'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.darwinsys:hirondelle-date4j:1.5.1'
}

Expand Down
2 changes: 1 addition & 1 deletion caldroid/src/main/res/layout/calendar_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
<com.antonyt.infiniteviewpager.InfiniteViewPager
android:id="@+id/months_infinite_pager"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"/>

</LinearLayout>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.1.7
VERSION_NAME=1.1.8
VERSION_CODE=1
GROUP=com.roomorama

Expand Down

0 comments on commit 4fff285

Please sign in to comment.