File tree 4 files changed +14
-13
lines changed
4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 6
6
components :
7
7
- tools
8
8
- platform-tools
9
- - build-tools-25 .0.3
10
- - android-25
9
+ - build-tools-27 .0.3
10
+ - android-27
11
11
licenses :
12
12
- android-sdk-license-.+
13
13
script :
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.3"
4
+ compileSdkVersion 27
5
+ buildToolsVersion " 27 .0.3"
6
6
7
7
defaultConfig {
8
8
applicationId " com.codepath.debuggingchallenges"
9
9
minSdkVersion 21
10
- targetSdkVersion 25
10
+ targetSdkVersion 27
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -20,10 +20,9 @@ android {
20
20
}
21
21
22
22
dependencies {
23
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- testCompile ' junit:junit:4.12'
25
- compile ' com.android.support:appcompat-v7:25.3.1'
26
- compile ' com.loopj.android:android-async-http:1.4.9'
27
- compile ' com.github.bumptech.glide:glide:3.8.0'
28
- compile group : ' com.google.guava' , name : ' guava' , version : ' 18.0'
23
+ testImplementation ' junit:junit:4.12'
24
+ implementation ' com.android.support:appcompat-v7:27.1.1'
25
+ implementation ' com.loopj.android:android-async-http:1.4.9'
26
+ implementation ' com.github.bumptech.glide:glide:3.8.0'
27
+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 18.0'
29
28
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.3 '
9
+ classpath ' com.android.tools.build:gradle:3.1.2 '
9
10
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
@@ -15,6 +16,7 @@ buildscript {
15
16
allprojects {
16
17
repositories {
17
18
jcenter()
19
+ google()
18
20
}
19
21
}
20
22
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
You can’t perform that action at this time.
0 commit comments