File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ repositories {
2828}
2929
3030dependencies {
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 >
Original file line number Diff line number Diff line change 11org.gradle.daemon =true
22org.gradle.configureondemand =true
33
4- VERSION_NAME =4.0.0-SNAPSHOT
4+ VERSION_NAME =4.0.0-RC0
55VERSION_MAJOR =4
66VERSION_MINOR =0
77VERSION_PATCH =0
@@ -36,4 +36,4 @@ BUILD_TOOLS_VERSION=25.0.2
3636TARGET_SDK_VERSION =25
3737MIN_SDK_VERSION =14
3838
39- org.gradle.jvmargs =-Xmx2048M
39+ org.gradle.jvmargs =-Xmx2048M
You can’t perform that action at this time.
0 commit comments