Skip to content

Commit 213cd37

Browse files
author
Roger Hu
committed
Bump versions
1 parent e97d06e commit 213cd37

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 27
4+
compileSdkVersion 28
55

66
defaultConfig {
77
applicationId "com.codepath.debuggingchallenges"
88
minSdkVersion 21
9-
targetSdkVersion 27
9+
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -20,9 +20,9 @@ android {
2020

2121
dependencies {
2222
testImplementation 'junit:junit:4.12'
23-
implementation 'com.android.support:appcompat-v7:27.1.1'
24-
implementation 'com.android.support:recyclerview-v7:27.1.1'
23+
implementation 'com.android.support:appcompat-v7:28.0.0'
24+
implementation 'com.android.support:recyclerview-v7:28.0.0'
2525
implementation 'com.loopj.android:android-async-http:1.4.9'
26-
implementation 'com.github.bumptech.glide:glide:4.7.1'
26+
implementation 'com.github.bumptech.glide:glide:4.8.0'
2727
implementation group: 'com.google.guava', name: 'guava', version: '18.0'
2828
}

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
google()
6+
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.2.1'
9+
classpath 'com.android.tools.build:gradle:3.4.0'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Nov 17 17:16:28 PST 2018
1+
#Thu Apr 25 22:56:58 PDT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 commit comments

Comments
 (0)