Skip to content

Commit

Permalink
Update 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGAMOLE committed May 17, 2015
1 parent 403f066 commit b188c3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Or use Gradle jCenter:

Or Gradle Maven Central:

compile 'com.github.gigamole.slideimageview:library:1.1.3'
compile 'com.github.gigamole.slideimageview:library:1.1.4'

Or Maven:

<dependency>
<groupId>com.github.gigamole.slideimageview</groupId>
<artifactId>library</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<type>aar</type>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"

version = "1.1.3"
version = "1.1.4"

android {
compileSdkVersion 21
Expand All @@ -12,7 +12,7 @@ android {
minSdkVersion 8
targetSdkVersion 21
versionCode 1
versionName "1.1.3"
versionName "1.1.4"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/library.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.gigamole.slideimageview" external.system.module.version="1.1.3" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.gigamole.slideimageview" external.system.module.version="1.1.4" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {

@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);

if (this.axis == Axis.HORIZONTAL) {
if (this.horizontalDirection == HorizontalDirection.LEFT_TO_RIGHT) {
if (Math.round(this.bitmapX) == this.slideSize) {
Expand Down

0 comments on commit b188c3f

Please sign in to comment.