Skip to content

Commit

Permalink
Bump version to 4.0.0-RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed May 17, 2017
1 parent 66ad0d4 commit ab53471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ repositories {
}
dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.android.support:support-v4:19.1.0'
compile 'com.github.bumptech.glide:glide:4.0.0-RC0'
compile 'com.android.support:support-v4:25.3.1'
}
```

Expand All @@ -39,7 +39,7 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.7.0</version>
<version>4.0.0-RC0</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.daemon=true
org.gradle.configureondemand=true

VERSION_NAME=4.0.0-SNAPSHOT
VERSION_NAME=4.0.0-RC0
VERSION_MAJOR=4
VERSION_MINOR=0
VERSION_PATCH=0
Expand Down Expand Up @@ -36,4 +36,4 @@ BUILD_TOOLS_VERSION=25.0.2
TARGET_SDK_VERSION=25
MIN_SDK_VERSION=14

org.gradle.jvmargs=-Xmx2048M
org.gradle.jvmargs=-Xmx2048M

0 comments on commit ab53471

Please sign in to comment.