File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 27
4
+ compileSdkVersion 28
5
5
6
6
defaultConfig {
7
7
applicationId " com.codepath.debuggingchallenges"
8
8
minSdkVersion 21
9
- targetSdkVersion 27
9
+ targetSdkVersion 28
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
}
@@ -20,9 +20,9 @@ android {
20
20
21
21
dependencies {
22
22
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 '
25
25
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 '
27
27
implementation group : ' com.google.guava' , name : ' guava' , version : ' 18.0'
28
28
}
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
repositories {
5
- jcenter()
6
5
google()
6
+ jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.2.1 '
9
+ classpath ' com.android.tools.build:gradle:3.4.0 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Sat Nov 17 17:16:28 PST 2018
1
+ # Thu Apr 25 22:56:58 PDT 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments