Skip to content

Commit

Permalink
V1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfusheng committed Aug 31, 2017
1 parent 1a1dff6 commit 1839404
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,14 +35,14 @@

#### Gradle:

compile 'com.sunfusheng:glideimageview:1.0.0'
compile 'com.sunfusheng:glideimageview:1.1.0'

#### Maven:

<dependency>
<groupId>com.sunfusheng</groupId>
<artifactId>glideimageview</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'me.tatarka:gradle-retrolambda:3.6.0'
classpath 'com.novoda:bintray-release:0.5.0'
classpath 'com.novoda:bintray-release:0.3.4'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true

0 comments on commit 1839404

Please sign in to comment.