Skip to content

Commit ab53471

Browse files
committed
Bump version to 4.0.0-RC0
1 parent 66ad0d4 commit ab53471

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repositories {
2828
}
2929
3030
dependencies {
31-
compile 'com.github.bumptech.glide:glide:3.7.0'
32-
compile 'com.android.support:support-v4:19.1.0'
31+
compile 'com.github.bumptech.glide:glide:4.0.0-RC0'
32+
compile 'com.android.support:support-v4:25.3.1'
3333
}
3434
```
3535

@@ -39,7 +39,7 @@ Or Maven:
3939
<dependency>
4040
<groupId>com.github.bumptech.glide</groupId>
4141
<artifactId>glide</artifactId>
42-
<version>3.7.0</version>
42+
<version>4.0.0-RC0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.android</groupId>

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.daemon=true
22
org.gradle.configureondemand=true
33

4-
VERSION_NAME=4.0.0-SNAPSHOT
4+
VERSION_NAME=4.0.0-RC0
55
VERSION_MAJOR=4
66
VERSION_MINOR=0
77
VERSION_PATCH=0
@@ -36,4 +36,4 @@ BUILD_TOOLS_VERSION=25.0.2
3636
TARGET_SDK_VERSION=25
3737
MIN_SDK_VERSION=14
3838

39-
org.gradle.jvmargs=-Xmx2048M
39+
org.gradle.jvmargs=-Xmx2048M

0 commit comments

Comments
 (0)